summaryrefslogtreecommitdiff
path: root/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-29 09:41:30 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-29 09:41:30 +0100
commit8f4d46e2e6b66d00df1e347dab564fd9799c8d94 (patch)
treed287075a08a9792d86f518ecefb599a3d9a8b7a7 /cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
parente3a22e3fde4a0485bb3fee606a63025eb3214eb9 (diff)
downloadperl-8f4d46e2e6b66d00df1e347dab564fd9799c8d94.tar.gz
Update Module-Build to CPAN version 0.3607
[DELTA] 0.3607 - Thu Apr 1 11:27:16 EDT 2010 Bug fixes: - The 'dist' action now always ensures a clean dist directory before creating the tarball [David Golden] 0.36_06 - Thu Apr 1 01:23:58 EDT 2010 Other: - Migrated repository to git and updated META.yml to match - Removed bugtracker URL (let search.cpan.org use default) - Disabled SIGNATURE generation 0.3605 - Wed Mar 31 12:05:11 EDT 2010 - No changes from 0.36_04 0.36_04 - Tue Mar 16 21:41:41 EDT 2010 Bug fixes: - Added missing newline to "Changing sharpbang" messages under verbose output (RT#54474) [David Golden] - Added 'beos' to list of Unix-like os types (RT#53876) [Nigel Horne] - Sets $ENV{HOME} to a temporary directory during testing [David Golden] - For VMS: fixed prefix handling plus other test fixes [Craig Berry] - Support anonymous array of directories for c_source [Alberto Sim<C3><B5>es] - Small POD formatting fix [James Keenan]
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm')
-rw-r--r--cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm b/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
index b80781bd95..85572f08e4 100644
--- a/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
+++ b/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
@@ -2,7 +2,7 @@ package Module::Build::Platform::MacOS;
use strict;
use vars qw($VERSION);
-$VERSION = '0.3603';
+$VERSION = '0.3607';
$VERSION = eval $VERSION;
use Module::Build::Base;
use vars qw(@ISA);