diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-12 16:28:12 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-12 16:42:17 +0000 |
commit | 18b2aa6a0d8618a3be3fe009940a585eddae1e52 (patch) | |
tree | 9ca7475fd3035f8872f4d226ffd207f59c85ec30 /cpan/Module-Build/lib/Module/Build/Dumper.pm | |
parent | 3a4b75f8383799032432373d6d0037d290ffbd8c (diff) | |
download | perl-18b2aa6a0d8618a3be3fe009940a585eddae1e52.tar.gz |
Update Module-Build to CPAN version 0.4200
[DELTA]
0.4200 - Tue Nov 12 12:39:25 CET 2013
- Released 0.40_11 as 0.4200
0.40_11 - Wed Nov 6 12:46:59 CET 2013
[BUG FIXES]
- Do not set provides in metadata if no_index is set [Leon Timmermans]
0.40_10 - Tue Nov 5 12:11:37 CET 2013
[BUG FIXES]
- Lowercase license in fallback logic [Leon Timmermans]
0.40_09 - Tue Nov 5 00:13:11 CET 2013
[ENHANCEMENTS]
- Converted to using Meta 2.0
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Dumper.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build/Dumper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Dumper.pm b/cpan/Module-Build/lib/Module/Build/Dumper.pm index 58f89f2330..20203c2e0c 100644 --- a/cpan/Module-Build/lib/Module/Build/Dumper.pm +++ b/cpan/Module-Build/lib/Module/Build/Dumper.pm @@ -1,7 +1,7 @@ package Module::Build::Dumper; use strict; use vars qw($VERSION); -$VERSION = '0.4008'; +$VERSION = '0.4200'; # This is just a split-out of a wrapper function to do Data::Dumper # stuff "the right way". See: |