diff options
author | David Golden <dagolden@cpan.org> | 2011-07-21 17:06:48 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-07-21 17:06:48 -0400 |
commit | 2df9265e9009dc9336f8b83d62f62cb2ba69cdc8 (patch) | |
tree | 6cd0177278cb2c75f5a8f48c980ccb11bbb81860 /cpan/Module-Build/lib/Module/Build/Notes.pm | |
parent | 6597eb223fe98b19378f7244d50c9361b6447e03 (diff) | |
download | perl-2df9265e9009dc9336f8b83d62f62cb2ba69cdc8.tar.gz |
Update Module::Build to 0.39_01
0.39_01 - Thu Jul 21 16:48:48 EDT 2011
[BUG FIXES]
- Fixed bug with a nested directory named 'share' inside a ShareDir
(RT#68585) [David Golden]
- Fixed failing tilde.t when run under UID without passwd entry
(RT#67893) [Dominic Hargreaves]
[DOCUMENTATION]
- Fixed typo in Module::Build (RT#67008) [David Golden]
[OTHER]
- Pod to HTML internals changed to support new Pod::Html work
in the Perl core
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Notes.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build/Notes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Notes.pm b/cpan/Module-Build/lib/Module/Build/Notes.pm index 1165799da4..9a80a59430 100644 --- a/cpan/Module-Build/lib/Module/Build/Notes.pm +++ b/cpan/Module-Build/lib/Module/Build/Notes.pm @@ -4,7 +4,7 @@ package Module::Build::Notes; use strict; use vars qw($VERSION); -$VERSION = '0.3800'; +$VERSION = '0.39_01'; $VERSION = eval $VERSION; use Data::Dumper; use IO::File; |