Hello community, here is the log from the commit of package perl-Module-Build for openSUSE:Factory checked in at 2014-01-22 09:44:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Module-Build (Old) and /work/SRC/openSUSE:Factory/.perl-Module-Build.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Build" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Module-Build/perl-Module-Build.changes 2013-12-10 17:44:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-Build.new/perl-Module-Build.changes 2014-01-23 15:51:55.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Jan 17 21:04:12 UTC 2014 - [email protected] + +- update to 0.4204: + [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 + +------------------------------------------------------------------- Old: ---- Module-Build-0.4203.tar.gz New: ---- Module-Build-0.4204.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Module-Build.spec ++++++ --- /var/tmp/diff_new_pack.WMGceB/_old 2014-01-23 15:51:55.000000000 +0100 +++ /var/tmp/diff_new_pack.WMGceB/_new 2014-01-23 15:51:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Module-Build -Version: 0.4203 +Version: 0.4204 Release: 0 %define cpan_name Module-Build Summary: Build and install Perl modules @@ -60,40 +60,6 @@ See the "MOTIVATIONS" manpage for more comparisons between 'ExtUtils::MakeMaker' and 'Module::Build'. -To install 'Module::Build', and any other module that uses 'Module::Build' -for its installation process, do the following: - - perl Build.PL # 'Build.PL' script creates the 'Build' script - ./Build # Need ./ to ensure we're using this "Build" script - ./Build test # and not another one that happens to be in the PATH - ./Build install - -This illustrates initial configuration and the running of three 'actions'. -In this case the actions run are 'build' (the default action), 'test', and -'install'. Other actions defined so far include: - - build manifest - clean manifest_skip - code manpages - config_data pardist - diff ppd - dist ppmdist - distcheck prereq_data - distclean prereq_report - distdir pure_install - distinstall realclean - distmeta retest - distsign skipcheck - disttest test - docs testall - fakeinstall testcover - help testdb - html testpod - install testpodcoverage - installdeps versioninstall - -You can run the 'help' action for a complete list of actions. - %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 ++++++ Module-Build-0.4203.tar.gz -> Module-Build-0.4204.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/Changes new/Module-Build-0.4204/Changes --- old/Module-Build-0.4203/Changes 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/Changes 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/META.json new/Module-Build-0.4204/META.json --- old/Module-Build-0.4203/META.json 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/META.json 2014-01-11 18:27:21.000000000 +0100 @@ -5,7 +5,7 @@ "Module-Build mailing list at <[email protected]>." ], "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:[email protected]" }, - "version" : "0.4203" + "version" : "0.4204" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/META.yml new/Module-Build-0.4204/META.yml --- old/Module-Build-0.4203/META.yml 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/META.yml 2014-01-11 18:27:20.000000000 +0100 @@ -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:[email protected] repository: https://github.com/Perl-Toolchain-Gang/Module-Build -version: 0.4203 +version: 0.4204 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Base.pm new/Module-Build-0.4204/lib/Module/Build/Base.pm --- old/Module-Build-0.4203/lib/Module/Build/Base.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Base.pm 2014-01-11 18:27:20.000000000 +0100 @@ -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 <<EOF; - Usage: $0 <action> arg1=value arg2=value ... - Example: $0 test verbose=1 + Usage: $0 <action> --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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Compat.pm new/Module-Build-0.4204/lib/Module/Build/Compat.pm --- old/Module-Build-0.4203/lib/Module/Build/Compat.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Compat.pm 2014-01-11 18:27:20.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; use File::Basename (); use File::Spec; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Config.pm new/Module-Build-0.4204/lib/Module/Build/Config.pm --- old/Module-Build-0.4203/lib/Module/Build/Config.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Config.pm 2014-01-11 18:27:20.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Config; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Cookbook.pm new/Module-Build-0.4204/lib/Module/Build/Cookbook.pm --- old/Module-Build-0.4203/lib/Module/Build/Cookbook.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Cookbook.pm 2014-01-11 18:27:20.000000000 +0100 @@ -1,7 +1,7 @@ package Module::Build::Cookbook; use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Dumper.pm new/Module-Build-0.4204/lib/Module/Build/Dumper.pm --- old/Module-Build-0.4203/lib/Module/Build/Dumper.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Dumper.pm 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/ModuleInfo.pm new/Module-Build-0.4204/lib/Module/Build/ModuleInfo.pm --- old/Module-Build-0.4203/lib/Module/Build/ModuleInfo.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/ModuleInfo.pm 2014-01-11 18:27:21.000000000 +0100 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; require Module::Metadata; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Notes.pm new/Module-Build-0.4204/lib/Module/Build/Notes.pm --- old/Module-Build-0.4203/lib/Module/Build/Notes.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Notes.pm 2014-01-11 18:27:20.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/PPMMaker.pm new/Module-Build-0.4204/lib/Module/Build/PPMMaker.pm --- old/Module-Build-0.4203/lib/Module/Build/PPMMaker.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/PPMMaker.pm 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/Default.pm new/Module-Build-0.4204/lib/Module/Build/Platform/Default.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/Default.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/Default.pm 2014-01-11 18:27:21.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/MacOS.pm new/Module-Build-0.4204/lib/Module/Build/Platform/MacOS.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/MacOS.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/MacOS.pm 2014-01-11 18:27:20.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/Unix.pm new/Module-Build-0.4204/lib/Module/Build/Platform/Unix.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/Unix.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/Unix.pm 2014-01-11 18:27:21.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/VMS.pm new/Module-Build-0.4204/lib/Module/Build/Platform/VMS.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/VMS.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/VMS.pm 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/VOS.pm new/Module-Build-0.4204/lib/Module/Build/Platform/VOS.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/VOS.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/VOS.pm 2014-01-11 18:27:21.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Module::Build::Base; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/Windows.pm new/Module-Build-0.4204/lib/Module/Build/Platform/Windows.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/Windows.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/Windows.pm 2014-01-11 18:27:21.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Config; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/aix.pm new/Module-Build-0.4204/lib/Module/Build/Platform/aix.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/aix.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/aix.pm 2014-01-11 18:27:20.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/cygwin.pm new/Module-Build-0.4204/lib/Module/Build/Platform/cygwin.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/cygwin.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/cygwin.pm 2014-01-11 18:27:20.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/darwin.pm new/Module-Build-0.4204/lib/Module/Build/Platform/darwin.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/darwin.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/darwin.pm 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/Platform/os2.pm new/Module-Build-0.4204/lib/Module/Build/Platform/os2.pm --- old/Module-Build-0.4203/lib/Module/Build/Platform/os2.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/Platform/os2.pm 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build/PodParser.pm new/Module-Build-0.4204/lib/Module/Build/PodParser.pm --- old/Module-Build-0.4203/lib/Module/Build/PodParser.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build/PodParser.pm 2014-01-11 18:27:21.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use vars qw(@ISA); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/Module/Build.pm new/Module-Build-0.4204/lib/Module/Build.pm --- old/Module-Build-0.4203/lib/Module/Build.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/Module/Build.pm 2014-01-11 18:27:21.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/inc/latest/private.pm new/Module-Build-0.4204/lib/inc/latest/private.pm --- old/Module-Build-0.4203/lib/inc/latest/private.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/inc/latest/private.pm 2014-01-11 18:27:21.000000000 +0100 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use File::Spec; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-Build-0.4203/lib/inc/latest.pm new/Module-Build-0.4204/lib/inc/latest.pm --- old/Module-Build-0.4203/lib/inc/latest.pm 2013-11-27 19:16:41.000000000 +0100 +++ new/Module-Build-0.4204/lib/inc/latest.pm 2014-01-11 18:27:21.000000000 +0100 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = '0.4203'; +$VERSION = '0.4204'; $VERSION = eval $VERSION; use Carp; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
