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:
e0d4623
)
Increase $File::Spec::VERSION to 3.41
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 10 Jun 2013 08:13:45 +0000
(
01:13
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 10 Jun 2013 08:23:10 +0000
(
01:23
-0700)
to match the version number increases in some of the submodules and
to make the perldelta entry easier to describe.
dist/Cwd/lib/File/Spec.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Cwd/lib/File/Spec.pm
b/dist/Cwd/lib/File/Spec.pm
index
6062c01
..
5f7157a
100644
(file)
--- a/
dist/Cwd/lib/File/Spec.pm
+++ b/
dist/Cwd/lib/File/Spec.pm
@@
-3,7
+3,7
@@
package File::Spec;
use strict;
use vars qw(@ISA $VERSION);
-$VERSION = '3.4
0
';
+$VERSION = '3.4
1
';
$VERSION =~ tr/_//;
my %module = (MacOS => 'Mac',