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:
6b24a4b
)
fix error message
author
Jesse Luehrs
<doy@tozt.net>
Sun, 17 Jun 2012 23:53:45 +0000
(18:53 -0500)
committer
Jesse Luehrs
<doy@tozt.net>
Sun, 17 Jun 2012 23:53:45 +0000
(18:53 -0500)
Porting/sync-with-cpan
patch
|
blob
|
history
diff --git
a/Porting/sync-with-cpan
b/Porting/sync-with-cpan
index
2a43c8f
..
1525aa9
100755
(executable)
--- a/
Porting/sync-with-cpan
+++ b/
Porting/sync-with-cpan
@@
-131,7
+131,7
@@
no warnings 'syntax';
$| = 1;
-die "This does not l
ike
top level directory"
+die "This does not l
ook like a
top level directory"
unless -d "cpan" && -d "Porting";
our @IGNORABLE;