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:
c4bbe91
)
Porting/sync-with-cpan: handle absence of "." from @INC
author
Aaron Crane
<arc@cpan.org>
Sun, 19 Mar 2017 09:58:56 +0000
(09:58 +0000)
committer
Aaron Crane
<arc@cpan.org>
Sun, 19 Mar 2017 10:10:14 +0000
(10:10 +0000)
Porting/sync-with-cpan
patch
|
blob
|
blame
|
history
diff --git
a/Porting/sync-with-cpan
b/Porting/sync-with-cpan
index
8245e5c
..
510ff0a
100755
(executable)
--- a/
Porting/sync-with-cpan
+++ b/
Porting/sync-with-cpan
@@
-158,7
+158,7
@@
our %Modules;
use autodie;
-require "Porting/Maintainers.pl";
+require "
./
Porting/Maintainers.pl";
my $MAKE_LOG = 'make.log';