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:
08017da
)
remove trailing space in cmpVERSION
author
David Golden
<dagolden@cpan.org>
Sun, 4 Jul 2010 18:56:21 +0000
(14:56 -0400)
committer
David Golden
<dagolden@cpan.org>
Sun, 4 Jul 2010 18:56:21 +0000
(14:56 -0400)
Porting/cmpVERSION.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/cmpVERSION.pl
b/Porting/cmpVERSION.pl
index
22241c4
..
9f013ef
100644
(file)
--- 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;