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