diff options
| author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 22:36:32 +0000 |
|---|---|---|
| committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 23:06:00 +0000 |
| commit | 6e4bdc3ffe25643a77ba250924cd181f4d88cbeb (patch) | |
| tree | 0a6af0fe424c3f267ed3f64bee156bc73caa0f40 /cpan/Module-Build/lib/Module/Build/Platform/VOS.pm | |
| parent | 7d0878889f9697b5ebc987ab2d4d565b0871109f (diff) | |
| download | perl-6e4bdc3ffe25643a77ba250924cd181f4d88cbeb.tar.gz | |
Update Module-Build to CPAN version 0.4008
[DELTA]
0.4008 - Mon Nov 4 23:10:54 CET 2013
[BUG FIXES]
- Fix test failing on ancient perls <= 5.8.1 [Peter Rabbitson]
- Do not set default switches in Test::Harness; not even -w [Leon Timmermans]
[DOCUMENTATION]
- Fix a couple more broken links to CPAN::META::Spec that should
have been CPAN::Meta::Spec. [Reported by Mike Doherty]
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Platform/VOS.pm')
| -rw-r--r-- | cpan/Module-Build/lib/Module/Build/Platform/VOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm b/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm index 72b1671b7c..2152fcdd64 100644 --- a/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm +++ b/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm @@ -2,7 +2,7 @@ package Module::Build::Platform::VOS; use strict; use vars qw($VERSION); -$VERSION = '0.4007'; +$VERSION = '0.4008'; $VERSION = eval $VERSION; use Module::Build::Base; |
