This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f7b71f
)
devel/regenerate: Fix progess message typo
author
Karl Williamson
<khw@cpan.org>
Tue, 25 Jun 2019 17:37:40 +0000
(11:37 -0600)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:32 +0000
(16:39 -0600)
(cherry picked from commit
9b68795efa464fb125892c4c67a78bea1b57eb7f
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/devel/regenerate
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/devel/regenerate
b/dist/Devel-PPPort/devel/regenerate
index
8b2f8bd
..
0330afc
100755
(executable)
--- a/
dist/Devel-PPPort/devel/regenerate
+++ b/
dist/Devel-PPPort/devel/regenerate
@@
-109,7
+109,7
@@
for my $src (glob 'parts/todo/5*') {
print "\nBuilding todo files...\n\n";
unless (runperl('devel/mktodo', @args)) {
- print "\nSomething went wrong while building the
baseline
files.\n";
+ print "\nSomething went wrong while building the
todo
files.\n";
quit_now();
}