diff -Nru libmodule-build-perl-0.420300/Changes libmodule-build-perl-0.420400/Changes --- libmodule-build-perl-0.420300/Changes 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/Changes 2014-01-11 17:27:21.000000000 +0000 @@ -1,5 +1,15 @@ Revision history for Perl extension Module::Build. +0.4204 - Fri Jan 10 00:29:31 CET 2014 + + [BUG FIXES] + + - Map conflicts back to runtime [Leon Timmermans] + + - Use mod2fname whenever it's available [Leon Timmermans, Brian Fraser] + + - Accept custom entries in meta_merge 1.4 + 0.4203 - Wed Nov 27 19:09:05 CET 2013 [BUG FIXES] diff -Nru libmodule-build-perl-0.420300/META.json libmodule-build-perl-0.420400/META.json --- libmodule-build-perl-0.420300/META.json 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/META.json 2014-01-11 17:27:21.000000000 +0000 @@ -5,7 +5,7 @@ "Module-Build mailing list at ." ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4203", + "generated_by" : "Module::Build version 0.4204", "license" : [ "perl_5" ], @@ -59,83 +59,83 @@ "provides" : { "Module::Build" : { "file" : "lib/Module/Build.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Base" : { "file" : "lib/Module/Build/Base.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Compat" : { "file" : "lib/Module/Build/Compat.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Config" : { "file" : "lib/Module/Build/Config.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Cookbook" : { "file" : "lib/Module/Build/Cookbook.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Dumper" : { "file" : "lib/Module/Build/Dumper.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::ModuleInfo" : { "file" : "lib/Module/Build/ModuleInfo.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Notes" : { "file" : "lib/Module/Build/Notes.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::PPMMaker" : { "file" : "lib/Module/Build/PPMMaker.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::Default" : { "file" : "lib/Module/Build/Platform/Default.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::MacOS" : { "file" : "lib/Module/Build/Platform/MacOS.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::Unix" : { "file" : "lib/Module/Build/Platform/Unix.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::VMS" : { "file" : "lib/Module/Build/Platform/VMS.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::VOS" : { "file" : "lib/Module/Build/Platform/VOS.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::Windows" : { "file" : "lib/Module/Build/Platform/Windows.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::aix" : { "file" : "lib/Module/Build/Platform/aix.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::cygwin" : { "file" : "lib/Module/Build/Platform/cygwin.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::darwin" : { "file" : "lib/Module/Build/Platform/darwin.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Platform::os2" : { "file" : "lib/Module/Build/Platform/os2.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::PodParser" : { "file" : "lib/Module/Build/PodParser.pm", - "version" : "0.4203" + "version" : "0.4204" }, "Module::Build::Version" : { "file" : "lib/Module/Build/Version.pm", @@ -147,11 +147,11 @@ }, "inc::latest" : { "file" : "lib/inc/latest.pm", - "version" : "0.4203" + "version" : "0.4204" }, "inc::latest::private" : { "file" : "lib/inc/latest/private.pm", - "version" : "0.4203" + "version" : "0.4204" } }, "release_status" : "stable", @@ -164,5 +164,5 @@ }, "x_mailingList" : "mailto:module-build@perl.org" }, - "version" : "0.4203" + "version" : "0.4204" } diff -Nru libmodule-build-perl-0.420300/META.yml libmodule-build-perl-0.420400/META.yml --- libmodule-build-perl-0.420300/META.yml 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/META.yml 2014-01-11 17:27:20.000000000 +0000 @@ -10,7 +10,7 @@ Test::Harness: 3.16 Test::More: 0.49 dynamic_config: 1 -generated_by: 'Module::Build version 0.4203, CPAN::Meta::Converter version 2.132830' +generated_by: 'Module::Build version 0.4204, CPAN::Meta::Converter version 2.132830' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,64 +19,64 @@ provides: Module::Build: file: lib/Module/Build.pm - version: 0.4203 + version: 0.4204 Module::Build::Base: file: lib/Module/Build/Base.pm - version: 0.4203 + version: 0.4204 Module::Build::Compat: file: lib/Module/Build/Compat.pm - version: 0.4203 + version: 0.4204 Module::Build::Config: file: lib/Module/Build/Config.pm - version: 0.4203 + version: 0.4204 Module::Build::Cookbook: file: lib/Module/Build/Cookbook.pm - version: 0.4203 + version: 0.4204 Module::Build::Dumper: file: lib/Module/Build/Dumper.pm - version: 0.4203 + version: 0.4204 Module::Build::ModuleInfo: file: lib/Module/Build/ModuleInfo.pm - version: 0.4203 + version: 0.4204 Module::Build::Notes: file: lib/Module/Build/Notes.pm - version: 0.4203 + version: 0.4204 Module::Build::PPMMaker: file: lib/Module/Build/PPMMaker.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::Default: file: lib/Module/Build/Platform/Default.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::MacOS: file: lib/Module/Build/Platform/MacOS.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::Unix: file: lib/Module/Build/Platform/Unix.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::VMS: file: lib/Module/Build/Platform/VMS.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::VOS: file: lib/Module/Build/Platform/VOS.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::Windows: file: lib/Module/Build/Platform/Windows.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::aix: file: lib/Module/Build/Platform/aix.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::cygwin: file: lib/Module/Build/Platform/cygwin.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::darwin: file: lib/Module/Build/Platform/darwin.pm - version: 0.4203 + version: 0.4204 Module::Build::Platform::os2: file: lib/Module/Build/Platform/os2.pm - version: 0.4203 + version: 0.4204 Module::Build::PodParser: file: lib/Module/Build/PodParser.pm - version: 0.4203 + version: 0.4204 Module::Build::Version: file: lib/Module/Build/Version.pm version: 0.87 @@ -85,10 +85,10 @@ version: 1.41 inc::latest: file: lib/inc/latest.pm - version: 0.4203 + version: 0.4204 inc::latest::private: file: lib/inc/latest/private.pm - version: 0.4203 + version: 0.4204 recommends: ExtUtils::Install: 0.3 ExtUtils::Manifest: 1.54 @@ -120,4 +120,4 @@ license: http://dev.perl.org/licenses/ mailingList: mailto:module-build@perl.org repository: https://github.com/Perl-Toolchain-Gang/Module-Build -version: 0.4203 +version: 0.4204 diff -Nru libmodule-build-perl-0.420300/debian/changelog libmodule-build-perl-0.420400/debian/changelog --- libmodule-build-perl-0.420300/debian/changelog 2013-12-15 17:24:58.000000000 +0000 +++ libmodule-build-perl-0.420400/debian/changelog 2014-01-14 17:45:41.000000000 +0000 @@ -1,3 +1,10 @@ +libmodule-build-perl (0.420400-1) unstable; urgency=medium + + * New upstream release. + * Update years of packaging copyright. + + -- gregor herrmann Tue, 14 Jan 2014 18:45:36 +0100 + libmodule-build-perl (0.420300-1) unstable; urgency=medium * New upstream release. diff -Nru libmodule-build-perl-0.420300/debian/copyright libmodule-build-perl-0.420400/debian/copyright --- libmodule-build-perl-0.420300/debian/copyright 2013-12-15 17:24:58.000000000 +0000 +++ libmodule-build-perl-0.420400/debian/copyright 2014-01-14 17:45:41.000000000 +0000 @@ -32,7 +32,7 @@ Copyright: 2003-2004, Jay Bonci 2007-2009, Damyan Ivanov 2008, Niko Tyni - 2008-2013, gregor herrmann + 2008-2014, gregor herrmann 2009, Ryan Niebur 2009-2011, Jonathan Yu 2011-2012, Nicholas Bamber diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Base.pm libmodule-build-perl-0.420400/lib/Module/Build/Base.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Base.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Base.pm 2014-01-11 17:27:20.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw($VERSION); use warnings; -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; BEGIN { require 5.006001 } @@ -2578,8 +2578,8 @@ print < arg1=value arg2=value ... - Example: $0 test verbose=1 + Usage: $0 --arg1=value --arg2=value ... + Example: $0 test --verbose=1 Actions defined: EOF @@ -4606,7 +4606,7 @@ test_requires => [ qw/test requires/ ], test_recommends => [ qw/test recommends/ ], recommends => [ qw/runtime recommends/ ], - conflicts => [ qw/build conflicts/ ], + conflicts => [ qw/runtime conflicts/ ], ); sub _normalize_prereqs { @@ -4694,7 +4694,8 @@ $ret{$key} = $converter->($input->{$key}); } else { - warn "Unknown key $key\n" unless $key =~ / \A x_ /xi; + my $out_key = $key =~ / \A x_ /xi ? $key : "x_$key"; + $ret{$out_key} = $input->{$key}; } } return \%ret; @@ -5510,17 +5511,19 @@ $spec{archdir} = File::Spec->catdir($self->blib, 'arch', 'auto', @d, $file_base); - $spec{bs_file} = File::Spec->catfile($spec{archdir}, "${file_base}.bs"); - - $spec{lib_file} = File::Spec->catfile($spec{archdir}, - "${file_base}.".$cf->get('dlext')); - $spec{c_file} = File::Spec->catfile( $spec{src_dir}, "${file_base}.c" ); $spec{obj_file} = File::Spec->catfile( $spec{src_dir}, "${file_base}".$cf->get('obj_ext') ); + require DynaLoader; + my $modfname = defined &DynaLoader::mod2fname ? DynaLoader::mod2fname([@d, $file_base]) : $file_base; + + $spec{bs_file} = File::Spec->catfile($spec{archdir}, "$modfname.bs"); + + $spec{lib_file} = File::Spec->catfile($spec{archdir}, "$modfname.".$cf->get('dlext')); + return \%spec; } diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Compat.pm libmodule-build-perl-0.420400/lib/Module/Build/Compat.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Compat.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Compat.pm 2014-01-11 17:27:20.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; use File::Basename (); use File::Spec; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Config.pm libmodule-build-perl-0.420400/lib/Module/Build/Config.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Config.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Config.pm 2014-01-11 17:27:20.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Config; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Cookbook.pm libmodule-build-perl-0.420400/lib/Module/Build/Cookbook.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Cookbook.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Cookbook.pm 2014-01-11 17:27:20.000000000 +0000 @@ -1,7 +1,7 @@ package Module::Build::Cookbook; use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; =head1 NAME diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Dumper.pm libmodule-build-perl-0.420400/lib/Module/Build/Dumper.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Dumper.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Dumper.pm 2014-01-11 17:27:21.000000000 +0000 @@ -1,7 +1,7 @@ package Module::Build::Dumper; use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; # This is just a split-out of a wrapper function to do Data::Dumper # stuff "the right way". See: diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/ModuleInfo.pm libmodule-build-perl-0.420400/lib/Module/Build/ModuleInfo.pm --- libmodule-build-perl-0.420300/lib/Module/Build/ModuleInfo.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/ModuleInfo.pm 2014-01-11 17:27:21.000000000 +0000 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; require Module::Metadata; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Notes.pm libmodule-build-perl-0.420400/lib/Module/Build/Notes.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Notes.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Notes.pm 2014-01-11 17:27:20.000000000 +0000 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Data::Dumper; use Module::Build::Dumper; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/PPMMaker.pm libmodule-build-perl-0.420400/lib/Module/Build/PPMMaker.pm --- libmodule-build-perl-0.420300/lib/Module/Build/PPMMaker.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/PPMMaker.pm 2014-01-11 17:27:21.000000000 +0000 @@ -4,7 +4,7 @@ use Config; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; # This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/Default.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/Default.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/Default.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/Default.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/MacOS.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/MacOS.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/MacOS.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/MacOS.pm 2014-01-11 17:27:20.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; use vars qw(@ISA); diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/Unix.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/Unix.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/Unix.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/Unix.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/VMS.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/VMS.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/VMS.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/VMS.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; use Config; @@ -279,30 +279,6 @@ return "MCR $^X $oneliner"; } -=item _infer_xs_spec - -Inherit the standard version but tweak the library file name to be -something Dynaloader can find. - -=cut - -sub _infer_xs_spec { - my $self = shift; - my $file = shift; - - my $spec = $self->SUPER::_infer_xs_spec($file); - - # Need to create with the same name as DynaLoader will load with. - if (defined &DynaLoader::mod2fname) { - my $file = $$spec{module_name} . '.' . $self->{config}->get('dlext'); - $file =~ tr/:/_/; - $file = DynaLoader::mod2fname([$file]); - $$spec{lib_file} = File::Spec->catfile($$spec{archdir}, $file); - } - - return $spec; -} - =item rscan_dir Inherit the standard version but remove dots at end of name. diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/VOS.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/VOS.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/VOS.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/VOS.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/Windows.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/Windows.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/Windows.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/Windows.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Config; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/aix.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/aix.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/aix.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/aix.pm 2014-01-11 17:27:20.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Platform::Unix; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/cygwin.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/cygwin.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/cygwin.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/cygwin.pm 2014-01-11 17:27:20.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Platform::Unix; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/darwin.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/darwin.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/darwin.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/darwin.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Platform::Unix; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/Platform/os2.pm libmodule-build-perl-0.420400/lib/Module/Build/Platform/os2.pm --- libmodule-build-perl-0.420300/lib/Module/Build/Platform/os2.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/Platform/os2.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Platform::Unix; diff -Nru libmodule-build-perl-0.420300/lib/Module/Build/PodParser.pm libmodule-build-perl-0.420400/lib/Module/Build/PodParser.pm --- libmodule-build-perl-0.420300/lib/Module/Build/PodParser.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build/PodParser.pm 2014-01-11 17:27:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use vars qw(@ISA); diff -Nru libmodule-build-perl-0.420300/lib/Module/Build.pm libmodule-build-perl-0.420400/lib/Module/Build.pm --- libmodule-build-perl-0.420300/lib/Module/Build.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/Module/Build.pm 2014-01-11 17:27:21.000000000 +0000 @@ -18,7 +18,7 @@ use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; # Inserts the given module into the @ISA hierarchy between diff -Nru libmodule-build-perl-0.420300/lib/inc/latest/private.pm libmodule-build-perl-0.420400/lib/inc/latest/private.pm --- libmodule-build-perl-0.420300/lib/inc/latest/private.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/inc/latest/private.pm 2014-01-11 17:27:21.000000000 +0000 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use File::Spec; diff -Nru libmodule-build-perl-0.420300/lib/inc/latest.pm libmodule-build-perl-0.420400/lib/inc/latest.pm --- libmodule-build-perl-0.420300/lib/inc/latest.pm 2013-11-27 18:16:41.000000000 +0000 +++ libmodule-build-perl-0.420400/lib/inc/latest.pm 2014-01-11 17:27:21.000000000 +0000 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Carp;