diff options
| author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-05-24 21:43:09 +0100 |
|---|---|---|
| committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-05-24 21:43:09 +0100 |
| commit | ee76e75720066eb0cd82eb280936c6b52bdddc7f (patch) | |
| tree | 784c31724ea446cc462e49859882cbf10e0c25c5 /cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm | |
| parent | cb1974ba967c78b8c4c5124d5b470405af5b8541 (diff) | |
| download | perl-ee76e75720066eb0cd82eb280936c6b52bdddc7f.tar.gz | |
Update Module-Build to CPAN version 0.4005
[DELTA]
0.4005 - Thu Apr 25 15:10:14 CEST 2013
[ENHANCEMENTS]
- Added --pureperl-only support
[BUG FIXES]
- #72176: pod2html will fail with an empty podpath in some cases. [Phillip Moore]
- Fix links between modules in HTML docs output [Michael Wild, Leon Timmermans]
0.4004 - Fri Mar 29 15:05:00 CET 2013
[BUG FIXES]
- Minor VMS fix for @INC [Craig Berry]
[ENHANCEMENTS]
- test_requires support has been added [Matsuno Tokuhiro]
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm')
| -rw-r--r-- | cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm | 2 |
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 8b56766852..e72ee77ccd 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.4003'; +$VERSION = '0.4005'; $VERSION = eval $VERSION; use Module::Build::Base; use vars qw(@ISA); |
