summaryrefslogtreecommitdiff
path: root/cpan/Module-Build/lib/Module/Build/Notes.pm
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-07-21 17:06:48 -0400
committerDavid Golden <dagolden@cpan.org>2011-07-21 17:06:48 -0400
commit2df9265e9009dc9336f8b83d62f62cb2ba69cdc8 (patch)
tree6cd0177278cb2c75f5a8f48c980ccb11bbb81860 /cpan/Module-Build/lib/Module/Build/Notes.pm
parent6597eb223fe98b19378f7244d50c9361b6447e03 (diff)
downloadperl-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.pm2
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;