f6ea51
diff -up perl-5.16.0-RC2/utils/perlbug.PL.fedora perl-5.16.0-RC2/utils/perlbug.PL
f6ea51
--- perl-5.16.0-RC2/utils/perlbug.PL.fedora	2012-05-16 16:15:51.000000000 +0200
f6ea51
+++ perl-5.16.0-RC2/utils/perlbug.PL	2012-05-16 16:18:36.018894464 +0200
f6ea51
@@ -271,17 +271,6 @@ sub Init {
f6ea51
     $ok = '';
f6ea51
     if ($opt{o}) {
f6ea51
 	if ($opt{o} eq 'k' or $opt{o} eq 'kay') {
f6ea51
-	    my $age = time - $patchlevel_date;
f6ea51
-	    if ($opt{o} eq 'k' and $age > 60 * 24 * 60 * 60 ) {
f6ea51
-		my $date = localtime $patchlevel_date;
f6ea51
-		print <<"EOF";
f6ea51
-"perlbug -ok" and "perlbug -nok" do not report on Perl versions which
f6ea51
-are more than 60 days old.  This Perl version was constructed on
f6ea51
-$date.  If you really want to report this, use
f6ea51
-"perlbug -okay" or "perlbug -nokay".
f6ea51
-EOF
f6ea51
-		exit();
f6ea51
-	    }
f6ea51
 	    # force these options
f6ea51
 	    unless ($opt{n}) {
f6ea51
 		$opt{S} = 1; # don't prompt for send