diff options
| author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-19 00:13:41 +0000 |
|---|---|---|
| committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-19 00:31:42 +0000 |
| commit | d320cf40013cb3d9e9458bacdc38048ffba35a6c (patch) | |
| tree | 39024098136d93f8e8e72bda5385e61b1ba2043f /cpan/Module-Build/lib/Module/Build.pm | |
| parent | 1da2e9eb3a112ea133c6142767636b9b08f65930 (diff) | |
| download | perl-d320cf40013cb3d9e9458bacdc38048ffba35a6c.tar.gz | |
Update Module-Build to CPAN version 0.4201
[DELTA]
0.4201 - Mon Nov 18 23:23:25 CET 2013
[BUG FIXES]
- Prefer META.json over META.yml [Leon Timmermans]
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build.pm')
| -rw-r--r-- | cpan/Module-Build/lib/Module/Build.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build.pm b/cpan/Module-Build/lib/Module/Build.pm index aa0b093502..bc280e0b0c 100644 --- a/cpan/Module-Build/lib/Module/Build.pm +++ b/cpan/Module-Build/lib/Module/Build.pm @@ -18,7 +18,7 @@ use Module::Build::Base; use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.4200'; +$VERSION = '0.4201'; $VERSION = eval $VERSION; # Inserts the given module into the @ISA hierarchy between |
