diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-03 17:13:49 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-03 17:13:49 -0700 |
commit | f8a8dd4929328c0c19bc1cfdf4c1b6e48abb0dcc (patch) | |
tree | be5e283fcd24e02468b1abe2b9fd596000f2a206 | |
parent | 8440aeb01ed67fa3ebf280e54f071a6248a52f98 (diff) | |
download | perl-f8a8dd4929328c0c19bc1cfdf4c1b6e48abb0dcc.tar.gz |
perldelta and version bump for Cwd
-rw-r--r-- | dist/Cwd/Cwd.pm | 2 | ||||
-rw-r--r-- | pod/perldelta.pod | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dist/Cwd/Cwd.pm b/dist/Cwd/Cwd.pm index 4889bbf330..3f15c3b696 100644 --- a/dist/Cwd/Cwd.pm +++ b/dist/Cwd/Cwd.pm @@ -171,7 +171,7 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.33'; +$VERSION = '3.34'; my $xs_version = $VERSION; $VERSION = eval $VERSION; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7abcaffc0e..bfe0eb4e34 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -256,7 +256,7 @@ L<[perl #71998]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=71998>. =item * -C<PathTools> has been upgraded from version 3.31_01 to 3.33. +C<PathTools> has been upgraded from version 3.31_01 to 3.34. =item * @@ -499,6 +499,9 @@ C<$Config{gccversion}> is now set correctly when perl is built using the mingw64 compiler from L<http://mingw64.org> L<[perl #73754]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=73754>. +The build process proceeds more smoothly with mingw and dmake when +F<C:\MSYS\bin> is in the PATH, due to a C<Cwd> fix. + =back =head1 Internal Changes |