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