3f1b01
diff -up perl-5.28.0-RC1/utils/perlbug.PL.orig perl-5.28.0-RC1/utils/perlbug.PL
3f1b01
--- perl-5.28.0-RC1/utils/perlbug.PL.orig	2018-05-21 12:44:04.000000000 +0200
3f1b01
+++ perl-5.28.0-RC1/utils/perlbug.PL	2018-05-22 12:17:58.584993588 +0200
3f1b01
@@ -288,17 +288,6 @@ sub Init {
3f1b01
     $ok = '';
3f1b01
     if ($opt{o}) {
3f1b01
 	if ($opt{o} eq 'k' or $opt{o} eq 'kay') {
3f1b01
-	    my $age = time - $patchlevel_date;
3f1b01
-	    if ($opt{o} eq 'k' and $age > 60 * 24 * 60 * 60 ) {
3f1b01
-		my $date = localtime $patchlevel_date;
3f1b01
-		print <<"EOF";
3f1b01
-"perlbug -ok" and "perlbug -nok" do not report on Perl versions which
3f1b01
-are more than 60 days old.  This Perl version was constructed on
3f1b01
-$date.  If you really want to report this, use
3f1b01
-"perlbug -okay" or "perlbug -nokay".
3f1b01
-EOF
3f1b01
-		exit();
3f1b01
-	    }
3f1b01
 	    # force these options
3f1b01
 	    unless ($opt{n}) {
3f1b01
 		$opt{S} = 1; # don't prompt for send