Blame SOURCES/perl-perlbug-tag.patch

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