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