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