In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a9f5d1d4e0348ce7471288c28973e974556f562b?hp=8658343f14b610f502e428ac553ab61b1a1f519a>
- Log ----------------------------------------------------------------- commit a9f5d1d4e0348ce7471288c28973e974556f562b Author: Abigail <[email protected]> Date: Tue Mar 13 18:37:49 2012 +0100 Disambiguate map { } M Porting/sync-with-cpan commit 2d442f9fc80afe4a58c6c5a87c26a660efefcc80 Author: Abigail <[email protected]> Date: Tue Mar 13 18:34:32 2012 +0100 Mention Porting/sync-with-cpan M Porting/exec-bit.txt ----------------------------------------------------------------------- Summary of changes: Porting/exec-bit.txt | 1 + Porting/sync-with-cpan | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Porting/exec-bit.txt b/Porting/exec-bit.txt index 5b40e88..6eb462e 100644 --- a/Porting/exec-bit.txt +++ b/Porting/exec-bit.txt @@ -53,6 +53,7 @@ Porting/make_snapshot.pl Porting/newtests-perldelta.pl Porting/perlhist_calculate.pl Porting/sort_perldiag.pl +Porting/sync-with-cpan Porting/valgrindpp.pl mpeix/nm mpeix/relink diff --git a/Porting/sync-with-cpan b/Porting/sync-with-cpan index 93d1a7e..2829c8e 100755 --- a/Porting/sync-with-cpan +++ b/Porting/sync-with-cpan @@ -188,7 +188,7 @@ chomp @exec; # No need to change the +x bit on files that will be deleted. # if (@exec && @delete) { - my %delete = map {"$pkg_dir/$_" => 1} @delete; + my %delete = map {+"$pkg_dir/$_" => 1} @delete; @exec = grep {!$delete {$_}} @exec; } -- Perl5 Master Repository
