Blame SOURCES/perl-perlbug-tag.patch

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