projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e5dcc3
)
Porting/corelist-perldelta.pl: fix typo in error message
author
Aaron Crane
<arc@cpan.org>
Thu, 20 Mar 2014 17:12:57 +0000
(17:12 +0000)
committer
Aaron Crane
<arc@cpan.org>
Thu, 20 Mar 2014 17:12:57 +0000
(17:12 +0000)
Porting/corelist-perldelta.pl
patch
|
blob
|
history
diff --git
a/Porting/corelist-perldelta.pl
b/Porting/corelist-perldelta.pl
index
fd0b2e2
..
afda394
100755
(executable)
--- a/
Porting/corelist-perldelta.pl
+++ b/
Porting/corelist-perldelta.pl
@@
-68,7
+68,7
@@
sub run {
($old, $new) = (shift @ARGV, shift @ARGV);
die "$old is an invalid version\n" if not exists
$Module::CoreList::version{$old};
- die "$new is an invalid ver
is
on\n" if not exists
+ die "$new is an invalid ver
si
on\n" if not exists
$Module::CoreList::version{$new};
}