In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/515cd85501e76e0c8589149b947b4df800dd9cb3?hp=08017dae61874ea838912f67e02ec9a1577b9894>
- Log ----------------------------------------------------------------- commit 515cd85501e76e0c8589149b947b4df800dd9cb3 Author: David Golden <[email protected]> Date: Sun Jul 4 14:56:21 2010 -0400 remove trailing space in cmpVERSION ----------------------------------------------------------------------- Summary of changes: Porting/cmpVERSION.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index 22241c4..9f013ef 100644 --- a/Porting/cmpVERSION.pl +++ b/Porting/cmpVERSION.pl @@ -78,7 +78,7 @@ my @module_diffs = grep { $this_dir = $1 if m/^(.*)\//; /\.pm$/ && (!defined($this_dir) || ($this_dir !~ $skip_dirs)) && - !exists $skip{$_} && + !exists $skip{$_} && !exists $dual_files{$_} } @all_diffs; -- Perl5 Master Repository
