Hello community,

here is the log from the commit of package perl-ExtUtils-CBuilder for 
openSUSE:Factory checked in at 2014-01-22 09:44:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-CBuilder (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-CBuilder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-CBuilder"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder.changes
    2013-06-13 17:33:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CBuilder.new/perl-ExtUtils-CBuilder.changes
       2014-01-23 15:51:34.000000000 +0100
@@ -1,0 +2,19 @@
+Fri Oct  4 09:13:41 UTC 2013 - [email protected]
+
+- updated to 0.280212
+   Fixed:
+   - Reversion all modules.  
+   - Missing dependency Perl::OSType [Leon Timmermans]
+   - Fixed repository location [Alberto Simões]
+   - Update INSTALLDIRS to favor installation under 'site' (perl 116479)
+     [James E Keenan]
+   - Allow options to be passed to prelink in Windows (perl #115100)
+     [Eric Brine]
+   - Corrected location in which manifest file is looked for on
+     Windows (RT#35943, perl #111798) [[email protected]]
+   - Corrected test for existence of manifest file on Windows
+     (perl #111782) [Steve Hay]
+   Documented:
+   - Added a SUPPORT section to indicate that upstream is Perl 5 core
+
+-------------------------------------------------------------------

Old:
----
  ExtUtils-CBuilder-0.280205.tar.gz

New:
----
  ExtUtils-CBuilder-0.280212.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-ExtUtils-CBuilder.spec ++++++
--- /var/tmp/diff_new_pack.hAHTqe/_old  2014-01-23 15:51:34.000000000 +0100
+++ /var/tmp/diff_new_pack.hAHTqe/_new  2014-01-23 15:51:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-CBuilder
 #
-# 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,27 +17,27 @@
 
 
 Name:           perl-ExtUtils-CBuilder
-Version:        0.280205
+Version:        0.280212
 Release:        0
 %define cpan_name ExtUtils-CBuilder
 Summary:        Compile and link C code for Perl modules
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/ExtUtils-CBuilder/
-Source:         
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Spec) >= 3.13
 BuildRequires:  perl(IPC::Cmd)
-BuildRequires:  perl(Perl::OSType)
+BuildRequires:  perl(Perl::OSType) >= 1
 #BuildRequires: perl(ExtUtils::CBuilder)
 #BuildRequires: perl(ExtUtils::CBuilder::Base)
 #BuildRequires: perl(ExtUtils::CBuilder::Platform::Unix)
 Requires:       perl(File::Spec) >= 3.13
 Requires:       perl(IPC::Cmd)
-Requires:       perl(Perl::OSType)
+Requires:       perl(Perl::OSType) >= 1
 %{perl_requires}
 
 %description
@@ -65,6 +65,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE
+%doc Changes CONTRIBUTING LICENSE README README.mkdn
 
 %changelog

++++++ ExtUtils-CBuilder-0.280205.tar.gz -> ExtUtils-CBuilder-0.280212.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/CONTRIBUTING 
new/ExtUtils-CBuilder-0.280212/CONTRIBUTING
--- old/ExtUtils-CBuilder-0.280205/CONTRIBUTING 1970-01-01 01:00:00.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/CONTRIBUTING 2013-09-08 19:19:03.000000000 
+0200
@@ -0,0 +1,12 @@
+**DO NOT SUBMIT PULL REQUESTS OR ISSUES TO THIS REPOSITORY**
+
+ExtUtils::CBuilder is now maintained as part of the Perl 5 source.  This
+repository exists to coordinate dual-life CPAN releases only.
+
+Please direct any contributions to the Perl 5 Porters team.
+See http://dev.perl.org/perl5/ for more details.
+
+Any bug reports for ExtUtils::CBuilder should be submitted via the
+'perlbug' tool distributed with Perl 5.  Patches should be submitted
+upstream to Perl 5.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/Changes 
new/ExtUtils-CBuilder-0.280212/Changes
--- old/ExtUtils-CBuilder-0.280205/Changes      2012-02-22 22:25:13.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/Changes      2013-09-08 19:19:03.000000000 
+0200
@@ -1,5 +1,52 @@
 Revision history for Perl extension ExtUtils::CBuilder.
 
+0.280212 - 2013-09-08
+
+  Fixed:
+
+  - Reversion all modules.  
+
+0.280211 - 2013-09-08
+
+  Fixed:
+
+  - Missing dependency Perl::OSType [Leon Timmermans]
+  - Fixed repository location [Alberto Simões]
+
+0.280210 - 2013-09-06
+
+  Fixed:
+
+  - Update INSTALLDIRS to favor installation under 'site' (perl 116479)
+    [James E Keenan]
+
+0.280209 - 2012-10-20 (Perl v5.17.5)
+
+  Fixed:
+
+  - Allow options to be passed to prelink in Windows (perl #115100)
+    [Eric Brine]
+
+0.280208 - 2012-06-20 (Perl v5.17.1)
+
+  Fixed:
+
+  - Corrected location in which manifest file is looked for on
+    Windows (RT#35943, perl #111798) [[email protected]]
+
+0.280207 (Not released)
+
+  Fixed:
+
+  - Corrected test for existence of manifest file on Windows
+    (perl #111782) [Steve Hay]
+
+0.280206 - 2012-03-20 (Perl v5.15.9)
+
+  Documented:
+
+  - Added a SUPPORT section to indicate that upstream is Perl 5 core
+
 0.280205 - 2011-12-20 (Perl v5.15.6)
 
   Fixed:
@@ -104,7 +151,7 @@
 
  Bugs fixed:
  - compile() now accepts both string & array for 'include_dirs'
-   argument, as documented.(RT#54606) [Alberto Sim�es]
+   argument, as documented.(RT#54606) [Alberto Simões]
 
 0.27 - Thu Oct 29 21:29:56 EDT 2009
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/LICENSE 
new/ExtUtils-CBuilder-0.280212/LICENSE
--- old/ExtUtils-CBuilder-0.280205/LICENSE      2012-02-22 22:25:13.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/LICENSE      2013-09-08 19:19:03.000000000 
+0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Ken Williams.
+This software is copyright (c) 2013 by Ken Williams.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2012 by Ken Williams.
+This software is Copyright (c) 2013 by Ken Williams.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Ken Williams.
+This software is Copyright (c) 2013 by Ken Williams.
 
 This is free software, licensed under:
 
@@ -292,21 +292,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification.
+    textual modification. 
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder.
+    Holder. 
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package.
+    the package. 
   - "You" is you, if you're thinking about copying or distributing this 
Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.)
+    computing community at large as a market that must bear the fee.) 
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it.
+    received it. 
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/MANIFEST 
new/ExtUtils-CBuilder-0.280212/MANIFEST
--- old/ExtUtils-CBuilder-0.280205/MANIFEST     2012-02-22 22:26:36.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/MANIFEST     2013-09-08 19:19:03.000000000 
+0200
@@ -1,25 +1,29 @@
+CONTRIBUTING
 Changes
+LICENSE
+MANIFEST
+META.json
+META.yml
+Makefile.PL
+README
+README.mkdn
+dist.ini
 lib/ExtUtils/CBuilder.pm
 lib/ExtUtils/CBuilder/Base.pm
-lib/ExtUtils/CBuilder/Platform/aix.pm
-lib/ExtUtils/CBuilder/Platform/cygwin.pm
-lib/ExtUtils/CBuilder/Platform/darwin.pm
-lib/ExtUtils/CBuilder/Platform/dec_osf.pm
-lib/ExtUtils/CBuilder/Platform/os2.pm
 lib/ExtUtils/CBuilder/Platform/Unix.pm
 lib/ExtUtils/CBuilder/Platform/VMS.pm
 lib/ExtUtils/CBuilder/Platform/Windows.pm
 lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
 lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
 lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
-LICENSE
-Makefile.PL
-MANIFEST                       This list of files
-MANIFEST.SKIP
+lib/ExtUtils/CBuilder/Platform/aix.pm
+lib/ExtUtils/CBuilder/Platform/cygwin.pm
+lib/ExtUtils/CBuilder/Platform/darwin.pm
+lib/ExtUtils/CBuilder/Platform/dec_osf.pm
+lib/ExtUtils/CBuilder/Platform/os2.pm
 t/00-have-compiler.t
 t/01-basic.t
 t/02-link.t
 t/03-cplusplus.t
 t/04-base.t
-META.yml                                 Module YAML meta-data (added by 
MakeMaker)
-META.json                                Module JSON meta-data (added by 
MakeMaker)
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/MANIFEST.SKIP 
new/ExtUtils-CBuilder-0.280212/MANIFEST.SKIP
--- old/ExtUtils-CBuilder-0.280205/MANIFEST.SKIP        2012-02-22 
22:26:10.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/MANIFEST.SKIP        1970-01-01 
01:00:00.000000000 +0100
@@ -1,60 +0,0 @@
-
-#!start included 
/home/david/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/ExtUtils/MANIFEST.SKIP
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-\bSCCS\b
-,v$
-\B\.svn\b
-\B\.git\b
-\B\.gitignore\b
-\b_darcs\b
-\B\.cvsignore$
-
-# Avoid VMS specific MakeMaker generated files
-\bDescrip.MMS$
-\bDESCRIP.MMS$
-\bdescrip.mms$
-
-# Avoid Makemaker generated and utility files.
-\bMANIFEST\.bak
-\bMakefile$
-\bblib/
-\bMakeMaker-\d
-\bpm_to_blib\.ts$
-\bpm_to_blib$
-\bblibdirs\.ts$         # 6.18 through 6.25 generated this
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build/
-\bBuild.bat$
-\bBuild.COM$
-\bBUILD.COM$
-\bbuild.com$
-
-# Avoid temp and backup files.
-~$
-\.old$
-\#$
-\b\.#
-\.bak$
-\.tmp$
-\.#
-\.rej$
-
-# Avoid OS-specific files/dirs
-# Mac OSX metadata
-\B\.DS_Store
-# Mac OSX SMB mount metadata files
-\B\._
-
-# Avoid Devel::Cover and Devel::CoverX::Covered files.
-\bcover_db\b
-\bcovered\b
- 
-# Avoid MYMETA files
-^MYMETA\.
-#!end included 
/home/david/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/ExtUtils/MANIFEST.SKIP
-
-README.release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/META.json 
new/ExtUtils-CBuilder-0.280212/META.json
--- old/ExtUtils-CBuilder-0.280205/META.json    2012-02-22 22:26:36.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/META.json    2013-09-08 19:19:03.000000000 
+0200
@@ -1,10 +1,11 @@
 {
    "abstract" : "Compile and link C code for Perl modules",
    "author" : [
-      "Ken Williams <[email protected]>, The Perl 5 Porters"
+      "Ken Williams <[email protected]>",
+      "The Perl 5 Porters"
    ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351",
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.300038, CPAN::Meta::Converter 
version 2.132140",
    "license" : [
       "perl_5"
    ],
@@ -13,21 +14,15 @@
       "version" : "2"
    },
    "name" : "ExtUtils-CBuilder",
-   "no_index" : {
-      "directory" : [
-         "t",
-         "inc"
-      ]
-   },
    "prereqs" : {
-      "build" : {
+      "configure" : {
          "requires" : {
-            "Test::More" : "0.47"
+            "ExtUtils::MakeMaker" : "6.30"
          }
       },
-      "configure" : {
+      "develop" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.30"
+            "Test::Pod" : "1.41"
          }
       },
       "runtime" : {
@@ -38,11 +33,205 @@
             "File::Temp" : "0",
             "IO::File" : "0",
             "IPC::Cmd" : "0",
-            "Perl::OSType" : "0",
+            "Perl::OSType" : "1",
             "Text::ParseWords" : "0"
          }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0.47"
+         }
       }
    },
    "release_status" : "stable",
-   "version" : "0.280205"
+   "resources" : {
+      "bugtracker" : {
+         "mailto" : "[email protected]",
+         "web" : "http://rt.perl.org/rt3/";
+      },
+      "homepage" : "http://search.cpan.org/dist/ExtUtils-CBuilder";,
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git",
+         "web" : "http://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder";
+      }
+   },
+   "version" : "0.280212",
+   "x_Dist_Zilla" : {
+      "perl" : {
+         "version" : "5.018000"
+      },
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::VersionFromModule",
+            "name" : "VersionFromModule",
+            "version" : "0.08"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CheckExtraTests",
+            "name" : "CheckExtraTests",
+            "version" : "0.011"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
+            "name" : "CheckChangesHasContent",
+            "version" : "0.006"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@Filter/GatherDir",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@Filter/PruneCruft",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@Filter/ManifestSkip",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@Filter/MetaYAML",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@Filter/License",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@Filter/Readme",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@Filter/ExecDir",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@Filter/ShareDir",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@Filter/MakeMaker",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@Filter/Manifest",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@Filter/TestRelease",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@Filter/ConfirmRelease",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@Filter/UploadToCPAN",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneFiles",
+            "name" : "PruneFiles",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::DualLife",
+            "name" : "DualLife",
+            "version" : "0.03"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "MetaConfig",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "MetaJSON",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "PodSyntaxTests",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "runtime",
+                  "type" : "requires"
+               }
+            },
+            "name" : "Prereqs",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "test",
+                  "type" : "requires"
+               }
+            },
+            "name" : "TestRequires",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaResources",
+            "name" : "MetaResources",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":IncModules",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "4.300038"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":MainModule",
+            "version" : "4.300038"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla::Dist::Builder",
+         "config" : {
+            "is_trial" : "0"
+         },
+         "version" : "4.300038"
+      }
+   }
 }
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/META.yml 
new/ExtUtils-CBuilder-0.280212/META.yml
--- old/ExtUtils-CBuilder-0.280205/META.yml     2012-02-22 22:26:36.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/META.yml     2013-09-08 19:19:03.000000000 
+0200
@@ -1,22 +1,19 @@
 ---
 abstract: 'Compile and link C code for Perl modules'
 author:
-  - 'Ken Williams <[email protected]>, The Perl 5 Porters'
+  - 'Ken Williams <[email protected]>'
+  - 'The Perl 5 Porters'
 build_requires:
   Test::More: 0.47
 configure_requires:
   ExtUtils::MakeMaker: 6.30
-dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120351'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.300038, CPAN::Meta::Converter version 
2.132140'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: ExtUtils-CBuilder
-no_index:
-  directory:
-    - t
-    - inc
 requires:
   Cwd: 0
   File::Basename: 0
@@ -24,6 +21,147 @@
   File::Temp: 0
   IO::File: 0
   IPC::Cmd: 0
-  Perl::OSType: 0
+  Perl::OSType: 1
   Text::ParseWords: 0
-version: 0.280205
+resources:
+  bugtracker: http://rt.perl.org/rt3/
+  homepage: http://search.cpan.org/dist/ExtUtils-CBuilder
+  repository: git://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git
+version: 0.280212
+x_Dist_Zilla:
+  perl:
+    version: 5.018000
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::VersionFromModule
+      name: VersionFromModule
+      version: 0.08
+    -
+      class: Dist::Zilla::Plugin::CheckExtraTests
+      name: CheckExtraTests
+      version: 0.011
+    -
+      class: Dist::Zilla::Plugin::CheckChangesHasContent
+      name: CheckChangesHasContent
+      version: 0.006
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@Filter/GatherDir'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@Filter/PruneCruft'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@Filter/ManifestSkip'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@Filter/MetaYAML'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@Filter/License'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@Filter/Readme'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@Filter/ExecDir'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@Filter/ShareDir'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@Filter/MakeMaker'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@Filter/Manifest'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@Filter/TestRelease'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@Filter/ConfirmRelease'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@Filter/UploadToCPAN'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::PruneFiles
+      name: PruneFiles
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::DualLife
+      name: DualLife
+      version: 0.03
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: MetaConfig
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: MetaJSON
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: PodSyntaxTests
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: runtime
+          type: requires
+      name: Prereqs
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: test
+          type: requires
+      name: TestRequires
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::MetaResources
+      name: MetaResources
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':IncModules'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 4.300038
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':MainModule'
+      version: 4.300038
+  zilla:
+    class: Dist::Zilla::Dist::Builder
+    config:
+      is_trial: 0
+    version: 4.300038
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/Makefile.PL 
new/ExtUtils-CBuilder-0.280212/Makefile.PL
--- old/ExtUtils-CBuilder-0.280205/Makefile.PL  2012-02-22 22:25:13.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/Makefile.PL  2013-09-08 19:19:03.000000000 
+0200
@@ -1,21 +1,24 @@
+
 use strict;
 use warnings;
 
+
+
 use ExtUtils::MakeMaker 6.30;
 
+
+
 my %WriteMakefileArgs = (
-  "NAME" => "ExtUtils::CBuilder",
-  "VERSION_FROM" => "lib/ExtUtils/CBuilder.pm",
-  "ABSTRACT_FROM" => "lib/ExtUtils/CBuilder.pm",
+  "ABSTRACT" => "Compile and link C code for Perl modules",
   "AUTHOR" => "Ken Williams <kwilliams\@cpan.org>, The Perl 5 Porters",
-  "BUILD_REQUIRES" => {
-    "Test::More" => "0.47"
-  },
+  "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
   },
+  "DISTNAME" => "ExtUtils-CBuilder",
   "EXE_FILES" => [],
   "LICENSE" => "perl",
+  "NAME" => "ExtUtils::CBuilder",
   "PREREQ_PM" => {
     "Cwd" => 0,
     "File::Basename" => 0,
@@ -23,11 +26,32 @@
     "File::Temp" => 0,
     "IO::File" => 0,
     "IPC::Cmd" => 0,
-    "Perl::OSType" => 0,
+    "Perl::OSType" => 1,
     "Text::ParseWords" => 0
   },
+  "TEST_REQUIRES" => {
+    "Test::More" => "0.47"
+  },
+  "VERSION" => "0.280212",
+  "test" => {
+    "TESTS" => "t/*.t"
+  }
 );
 
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
+  my $br = $WriteMakefileArgs{BUILD_REQUIRES};
+  for my $mod ( keys %$tr ) {
+    if ( exists $br->{$mod} ) {
+      $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
+    }
+    else {
+      $br->{$mod} = $tr->{$mod};
+    }
+  }
+}
+
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
   my $pp = $WriteMakefileArgs{PREREQ_PM};
@@ -49,3 +73,5 @@
 
 WriteMakefile(%WriteMakefileArgs);
 
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/README 
new/ExtUtils-CBuilder-0.280212/README
--- old/ExtUtils-CBuilder-0.280205/README       1970-01-01 01:00:00.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/README       2013-09-08 19:19:03.000000000 
+0200
@@ -0,0 +1,13 @@
+
+
+This archive contains the distribution ExtUtils-CBuilder,
+version 0.280212:
+
+  Compile and link C code for Perl modules
+
+This software is copyright (c) 2013 by Ken Williams.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/README.mkdn 
new/ExtUtils-CBuilder-0.280212/README.mkdn
--- old/ExtUtils-CBuilder-0.280205/README.mkdn  1970-01-01 01:00:00.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/README.mkdn  2013-09-08 19:19:03.000000000 
+0200
@@ -0,0 +1,12 @@
+**DO NOT SUBMIT PULL REQUESTS OR ISSUES TO THIS REPOSITORY**
+
+ExtUtils::CBuilder is now maintained as part of the Perl 5 source.  This
+repository exists to coordinate dual-life CPAN releases only.
+
+Please direct any contributions to the Perl 5 Porters team.
+See http://dev.perl.org/perl5/ for more details.
+
+Any bug reports for ExtUtils::CBuilder should be submitted via the
+'perlbug' tool distributed with Perl 5.  Patches should be submitted
+upstream to Perl 5.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/dist.ini 
new/ExtUtils-CBuilder-0.280212/dist.ini
--- old/ExtUtils-CBuilder-0.280205/dist.ini     1970-01-01 01:00:00.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/dist.ini     2013-09-08 19:19:03.000000000 
+0200
@@ -0,0 +1,45 @@
+name = ExtUtils-CBuilder
+author = Ken Williams <[email protected]>
+author = The Perl 5 Porters
+license = Perl_5
+copyright_holder = Ken Williams
+
+[VersionFromModule]
+[CheckExtraTests]
+[CheckChangesHasContent]
+
+[@Filter]
+-bundle = @Basic
+-remove = ExtraTests
+
+[PruneFiles]
+match = ^devtools/*
+
+[DualLife]
+[MetaConfig]
+[MetaJSON]
+[PodSyntaxTests]
+
+; [EOLTests]
+
+[Prereqs]
+Cwd = 0
+File::Basename = 0
+File::Spec = 3.13
+File::Temp = 0
+IO::File = 0
+IPC::Cmd = 0
+Text::ParseWords = 0
+Perl::OSType = 1
+
+[Prereqs / TestRequires]
+Test::More = 0.47
+
+[MetaResources]
+repository.type = git
+repository.url = git://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git
+repository.web = http://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder
+bugtracker.web = http://rt.perl.org/rt3/
+bugtracker.mailto = [email protected]
+homepage = http://search.cpan.org/dist/ExtUtils-CBuilder
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Base.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Base.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Base.pm        
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Base.pm        
2013-09-08 19:19:03.000000000 +0200
@@ -6,13 +6,11 @@
 use Cwd ();
 use Config;
 use Text::ParseWords;
-use IO::File;
-use Data::Dumper;$Data::Dumper::Indent=1;
 use IPC::Cmd qw(can_run);
 use File::Temp qw(tempfile);
 
 use vars qw($VERSION);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 
 # More details about C/C++ compilers:
 # http://developers.sun.com/sunstudio/documentation/product/compiler.jsp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Unix.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Unix.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Unix.pm       
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Unix.pm       
2013-09-08 19:19:03.000000000 +0200
@@ -4,7 +4,7 @@
 use ExtUtils::CBuilder::Base;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Base);
 
 sub link_executable {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/VMS.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/VMS.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/VMS.pm        
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/VMS.pm        
2013-09-08 19:19:03.000000000 +0200
@@ -4,7 +4,7 @@
 use ExtUtils::CBuilder::Base;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Base);
 
 use File::Spec::Functions qw(catfile catdir);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
--- 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm    
    2012-02-22 21:42:33.000000000 +0100
+++ 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm    
    2013-09-08 19:19:03.000000000 +0200
@@ -1,7 +1,7 @@
 package ExtUtils::CBuilder::Platform::Windows::BCC;
 
 use vars qw($VERSION);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 
 sub format_compiler_cmd {
   my ($self, %spec) = @_;
@@ -42,7 +42,7 @@
   # XXX Borland "response files" seem to be unable to accept macro
   # definitions containing quoted strings. Escaping strings with
   # backslash doesn't work, and any level of quotes are stripped. The
-  # result is is a floating point number in the source file where a
+  # result is a floating point number in the source file where a
   # string is expected. So we leave the macros on the command line.
   print $SCRIPT join( "\n",
     map { ref $_ ? @{$_} : $_ }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
--- 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm    
    2012-02-22 21:42:33.000000000 +0100
+++ 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm    
    2013-09-08 19:19:03.000000000 +0200
@@ -1,7 +1,7 @@
 package ExtUtils::CBuilder::Platform::Windows::GCC;
 
 use vars qw($VERSION);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 
 sub format_compiler_cmd {
   my ($self, %spec) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
--- 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm   
    2012-02-22 21:42:33.000000000 +0100
+++ 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm   
    2013-09-08 19:19:03.000000000 +0200
@@ -1,7 +1,7 @@
 package ExtUtils::CBuilder::Platform::Windows::MSVC;
 
 use vars qw($VERSION);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 
 sub arg_exec_file {
   my ($self, $file) = @_;
@@ -64,6 +64,7 @@
   }
 
   my $output = $spec{output};
+  my $manifest = $spec{manifest};
 
   $spec{def_file}  &&= '-def:'      . $spec{def_file};
   $spec{output}    &&= '-out:'      . $spec{output};
@@ -93,7 +94,7 @@
 
   # Embed the manifest file if it exists
   push @cmds, [
-    'if', 'exist', $spec{manifest}, 'mt', '-nologo', $spec{manifest}, 
'-outputresource:' . "$output;2"
+    'if', 'exist', $manifest, 'mt', '-nologo', $spec{manifest}, 
'-outputresource:' . "$output;2"
   ];
 
   return @cmds;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/Windows.pm    
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/Windows.pm    
2013-09-08 19:19:03.000000000 +0200
@@ -10,7 +10,7 @@
 use IO::File;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Base);
 
 =begin comment
@@ -179,8 +179,7 @@
 
   $spec{output}    ||= File::Spec->catfile( $spec{builddir},
                                             $spec{basename}  . 
'.'.$cf->{dlext}   );
-  $spec{manifest}  ||= File::Spec->catfile( $spec{builddir},
-                                            $spec{basename}  . 
'.'.$cf->{dlext}.'.manifest');
+  $spec{manifest}  ||= $spec{output} . '.manifest';
   $spec{implib}    ||= File::Spec->catfile( $spec{builddir},
                                             $spec{basename}  . $cf->{lib_ext} 
);
   $spec{explib}    ||= File::Spec->catfile( $spec{builddir},
@@ -213,7 +212,8 @@
 
   (my $def_base = $spec{def_file}) =~ tr/'"//d;
   $def_base =~ s/\.def$//;
-  $self->prelink( dl_name => $args{module_name},
+  $self->prelink( %args,
+                  dl_name => $args{module_name},
                   dl_file => $def_base,
                   dl_base => $spec{basename} );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/aix.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/aix.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/aix.pm        
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/aix.pm        
2013-09-08 19:19:03.000000000 +0200
@@ -5,7 +5,7 @@
 use File::Spec;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 sub need_prelink { 1 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/cygwin.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/cygwin.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/cygwin.pm     
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/cygwin.pm     
2013-09-08 19:19:03.000000000 +0200
@@ -5,7 +5,7 @@
 use ExtUtils::CBuilder::Platform::Unix;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 # TODO: If a specific exe_file name is requested, if the exe created
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/darwin.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/darwin.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/darwin.pm     
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/darwin.pm     
2013-09-08 19:19:03.000000000 +0200
@@ -4,7 +4,7 @@
 use ExtUtils::CBuilder::Platform::Unix;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 sub compile {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/dec_osf.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/dec_osf.pm    
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/dec_osf.pm    
2013-09-08 19:19:03.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw($VERSION @ISA);
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 
 sub link_executable {
   my $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/os2.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/os2.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder/Platform/os2.pm        
2012-02-22 21:42:33.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder/Platform/os2.pm        
2013-09-08 19:19:03.000000000 +0200
@@ -4,7 +4,7 @@
 use ExtUtils::CBuilder::Platform::Unix;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 sub need_prelink { 1 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder.pm 
new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder.pm
--- old/ExtUtils-CBuilder-0.280205/lib/ExtUtils/CBuilder.pm     2012-02-22 
21:48:03.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/lib/ExtUtils/CBuilder.pm     2013-09-08 
19:19:03.000000000 +0200
@@ -6,7 +6,7 @@
 use Perl::OSType qw/os_type/;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280212';
 $VERSION = eval $VERSION;
 
 # We only use this once - don't waste a symbol table entry on it.
@@ -265,10 +265,23 @@
 fixes for OS/2; John E. Malmberg and Peter Prymmer have done likewise
 for VMS.
 
+=head1 SUPPORT
+
+ExtUtils::CBuilder is maintained as part of the Perl 5 core.  Please
+submit any bug reports via the F<perlbug> tool included with Perl 5.
+Bug reports will be included in the Perl 5 ticket system at
+L<http://rt.perl.org>.
+
+The Perl 5 source code is available at <http://perl5.git.perl.org/perl.git>
+and ExtUtils-CBuilder may be found in the F<dist/ExtUtils-CBuilder> directory
+of the repository.
+
 =head1 AUTHOR
 
 Ken Williams, [email protected]
 
+Additional contributions by The Perl 5 Porters.
+
 =head1 COPYRIGHT
 
 Copyright (c) 2003-2005 Ken Williams.  All rights reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/t/00-have-compiler.t 
new/ExtUtils-CBuilder-0.280212/t/00-have-compiler.t
--- old/ExtUtils-CBuilder-0.280205/t/00-have-compiler.t 2012-02-22 
05:08:30.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/t/00-have-compiler.t 2013-09-08 
19:19:03.000000000 +0200
@@ -23,25 +23,29 @@
 my $b = eval { ExtUtils::CBuilder->new(quiet => 1) };
 ok( $b, "got CBuilder object" ) or diag $@;
 
-my $bogus_path = 'djaadjfkadjkfajdf';
-my $run_perl = "$perl -e1 --";
 # test missing compiler
-$b->{config}{cc} = $bogus_path;
-$b->{config}{ld} = $bogus_path;
-
-$b->{have_cc} = undef;
-is( $b->have_compiler, 0, "have_compiler: fake missing cc" );
-$b->{have_cxx} = undef;
-is( $b->have_cplusplus, 0, "have_cplusplus: fake missing c++" );
+{
+my $b1 = ExtUtils::CBuilder->new(quiet => 1);
+configure_fake_missing_compilers($b1);
+is( $b1->have_compiler, 0, "have_compiler: fake missing cc" );
+}
+{
+my $b2 = ExtUtils::CBuilder->new(quiet => 1);
+configure_fake_missing_compilers($b2);
+is( $b2->have_cplusplus, 0, "have_cplusplus: fake missing c++" );
+}
 
 # test found compiler
-$b->{config}{cc} = $run_perl;
-$b->{config}{ld} = $run_perl;
-$b->{config}{cxx} = $run_perl;
-$b->{have_cc} = undef;
-is( $b->have_compiler, 1, "have_compiler: fake present cc" );
-$b->{have_cxx} = undef;
-is( $b->have_cplusplus, 1, "have_cpp_compiler: fake present c++" );
+{
+my $b3 = ExtUtils::CBuilder->new(quiet => 1);
+configure_fake_present_compilers($b3);
+is( $b3->have_compiler, 1, "have_compiler: fake present cc" );
+}
+{
+my $b4 = ExtUtils::CBuilder->new(quiet => 1);
+configure_fake_present_compilers($b4);
+is( $b4->have_cplusplus, 1, "have_cpp_compiler: fake present c++" );
+}
 
 # test missing cpp compiler
 
@@ -55,3 +59,22 @@
         pass( "OS type not yet listed for $^O" );
     }
 }
+
+sub configure_fake_missing_compilers {
+    my $b = shift;
+    my $bogus_path = 'djaadjfkadjkfajdf';
+    $b->{config}{cc} = $bogus_path;
+    $b->{config}{ld} = $bogus_path;
+    $b->{have_cc} = undef;
+    $b->{have_cxx} = undef;
+}
+
+sub configure_fake_present_compilers {
+    my $b = shift;
+    my $run_perl = "$perl -e1 --";
+    $b->{config}{cc} = $run_perl;
+    $b->{config}{ld} = $run_perl;
+    $b->{config}{cxx} = $run_perl;
+    $b->{have_cc} = undef;
+    $b->{have_cxx} = undef;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/t/02-link.t 
new/ExtUtils-CBuilder-0.280212/t/02-link.t
--- old/ExtUtils-CBuilder-0.280205/t/02-link.t  2012-02-22 05:08:30.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/t/02-link.t  2013-09-08 19:19:03.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use strict;
 use Test::More;
-BEGIN { 
+BEGIN {
   if ($^O eq 'VMS') {
     # So we can get the return value of system()
     require vmsish;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/t/03-cplusplus.t 
new/ExtUtils-CBuilder-0.280212/t/03-cplusplus.t
--- old/ExtUtils-CBuilder-0.280205/t/03-cplusplus.t     2012-02-22 
05:08:30.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/t/03-cplusplus.t     2013-09-08 
19:19:03.000000000 +0200
@@ -2,7 +2,7 @@
 
 use strict;
 use Test::More;
-BEGIN { 
+BEGIN {
   if ($^O eq 'VMS') {
     # So we can get the return value of system()
     require vmsish;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/t/04-base.t 
new/ExtUtils-CBuilder-0.280212/t/04-base.t
--- old/ExtUtils-CBuilder-0.280205/t/04-base.t  2012-02-22 05:08:30.000000000 
+0100
+++ new/ExtUtils-CBuilder-0.280212/t/04-base.t  2013-09-08 19:19:03.000000000 
+0200
@@ -45,8 +45,8 @@
 }
 
 {
-    my $path_to_perl = $^O eq 'VMS' 
-                       ? 'perl_root:[000000]perl.exe' 
+    my $path_to_perl = $^O eq 'VMS'
+                       ? 'perl_root:[000000]perl.exe'
                        : File::Spec->catfile( '', qw| usr bin perl | );
     local $^X = $path_to_perl;
     is(
@@ -194,7 +194,7 @@
 $seen_ref = { map {$_ => 1} $base->arg_share_object_file('alpha') };
 my %exp = map {$_ => 1} $base->split_like_shell($base->{config}{lddlflags});
 $exp{'-o'} = 1;
-$exp{'alpha'} = 1; 
+$exp{'alpha'} = 1;
 
 is_deeply(
     $seen_ref,
@@ -223,7 +223,7 @@
     $cwd = cwd();
     my $tdir = tempdir(CLEANUP => 1);
     my $subdir = File::Spec->catdir(
-        $tdir, qw| alpha beta gamma delta epsilon 
+        $tdir, qw| alpha beta gamma delta epsilon
             zeta eta theta iota kappa lambda |
     );
     mkpath($subdir, { mode => 0711 } );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280205/xt/release/pod-syntax.t 
new/ExtUtils-CBuilder-0.280212/xt/release/pod-syntax.t
--- old/ExtUtils-CBuilder-0.280205/xt/release/pod-syntax.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/ExtUtils-CBuilder-0.280212/xt/release/pod-syntax.t      2013-09-08 
19:19:03.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+use Test::More;
+
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
+
+all_pod_files_ok();

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to