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