This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
D:P: devel/regenerate: Update script name
authorKarl Williamson <khw@cpan.org>
Tue, 12 Nov 2019 20:20:20 +0000 (13:20 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 22 Nov 2019 13:49:04 +0000 (06:49 -0700)
which has changed from .sh to .pl

dist/Devel-PPPort/devel/regenerate

index 218a1f3..2ce5d12 100755 (executable)
@@ -41,7 +41,7 @@ unless (-e 'parts/embed.fnc' and -e 'parts/apidoc.fnc') {
 }
 
 if (! $opt{'yes'}) {
-    ask_or_quit("Are you SURE you have:\n1) updated parts/embed.fnc to latest blead?\n2) run devel/mkapidoc.sh to update parts/apidoc.fnc?\n3) run devel/mkppport_fnc.pl to update parts/ppport.fnc?\n");
+    ask_or_quit("Are you SURE you have:\n1) updated parts/embed.fnc to latest blead?\n2) run devel/mkapidoc.pl to update parts/apidoc.fnc?\n3) run devel/mkppport_fnc.pl to update parts/ppport.fnc?\n");
 }
 
 my %files = map { ($_ => [glob "parts/$_/5*"]) } qw( base todo );