r75148 - in /branches/upstream/libcapture-tiny-perl/current: Changes META.json META.yml Makefile.PL README lib/Capture/Tiny.pm t/lib/Cases.pm

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jun 5 13:23:49 UTC 2011


Author: ghedo-guest
Date: Sun Jun  5 13:23:36 2011
New Revision: 75148

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75148
Log:
[svn-upgrade] new version libcapture-tiny-perl (0.11)

Modified:
    branches/upstream/libcapture-tiny-perl/current/Changes
    branches/upstream/libcapture-tiny-perl/current/META.json
    branches/upstream/libcapture-tiny-perl/current/META.yml
    branches/upstream/libcapture-tiny-perl/current/Makefile.PL
    branches/upstream/libcapture-tiny-perl/current/README
    branches/upstream/libcapture-tiny-perl/current/lib/Capture/Tiny.pm
    branches/upstream/libcapture-tiny-perl/current/t/lib/Cases.pm

Modified: branches/upstream/libcapture-tiny-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/Changes?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/Changes (original)
+++ branches/upstream/libcapture-tiny-perl/current/Changes Sun Jun  5 13:23:36 2011
@@ -1,4 +1,10 @@
 Revision history for Capture-Tiny
+
+0.11      2011-05-19 23:34:23 America/New_York
+
+  Fixed:
+
+  - Tests will not use Test::Differences version 0.60 or greater
 
 0.10      2011-02-07 07:01:44 EST5EDT
 

Modified: branches/upstream/libcapture-tiny-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/META.json?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/META.json (original)
+++ branches/upstream/libcapture-tiny-perl/current/META.json Sun Jun  5 13:23:36 2011
@@ -3,8 +3,8 @@
    "author" : [
       "David Golden <dagolden at cpan.org>"
    ],
-   "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200002, CPAN::Meta::Converter version 2.110330",
+   "dynamic_config" : 1,
+   "generated_by" : "Dist::Zilla version 4.200005, CPAN::Meta::Converter version 2.110580",
    "license" : [
       "apache_2_0"
    ],
@@ -51,7 +51,7 @@
    "provides" : {
       "Capture::Tiny" : {
          "file" : "lib/Capture/Tiny.pm",
-         "version" : "0.10"
+         "version" : "0.11"
       }
    },
    "release_status" : "stable",
@@ -67,6 +67,6 @@
          "web" : "http://github.com/dagolden/capture-tiny/tree"
       }
    },
-   "version" : "0.10"
+   "version" : "0.11"
 }
 

Modified: branches/upstream/libcapture-tiny-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/META.yml?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/META.yml (original)
+++ branches/upstream/libcapture-tiny-perl/current/META.yml Sun Jun  5 13:23:36 2011
@@ -8,8 +8,8 @@
   Test::More: 0.62
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200002, CPAN::Meta::Converter version 2.110330'
+dynamic_config: 1
+generated_by: 'Dist::Zilla version 4.200005, CPAN::Meta::Converter version 2.110580'
 license: apache
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,7 +26,7 @@
 provides:
   Capture::Tiny:
     file: lib/Capture/Tiny.pm
-    version: 0.10
+    version: 0.11
 requires:
   Carp: 0
   Exporter: 0
@@ -38,4 +38,4 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Capture-Tiny
   homepage: http://github.com/dagolden/capture-tiny/tree
   repository: git://github.com/dagolden/capture-tiny.git
-version: 0.10
+version: 0.11

Modified: branches/upstream/libcapture-tiny-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/Makefile.PL?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/Makefile.PL (original)
+++ branches/upstream/libcapture-tiny-perl/current/Makefile.PL Sun Jun  5 13:23:36 2011
@@ -30,7 +30,7 @@
     'File::Temp' => '0',
     'IO::Handle' => '0'
   },
-  'VERSION' => '0.10',
+  'VERSION' => '0.11',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libcapture-tiny-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/README?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/README (original)
+++ branches/upstream/libcapture-tiny-perl/current/README Sun Jun  5 13:23:36 2011
@@ -3,7 +3,7 @@
     programs
 
 VERSION
-    version 0.10
+    version 0.11
 
 SYNOPSIS
        use Capture::Tiny qw/capture tee capture_merged tee_merged/;

Modified: branches/upstream/libcapture-tiny-perl/current/lib/Capture/Tiny.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/lib/Capture/Tiny.pm?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/lib/Capture/Tiny.pm (original)
+++ branches/upstream/libcapture-tiny-perl/current/lib/Capture/Tiny.pm Sun Jun  5 13:23:36 2011
@@ -12,7 +12,7 @@
 use warnings;
 package Capture::Tiny;
 BEGIN {
-  $Capture::Tiny::VERSION = '0.10';
+  $Capture::Tiny::VERSION = '0.11';
 }
 # ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs
 use Carp ();
@@ -367,7 +367,7 @@
 
 =head1 VERSION
 
-version 0.10
+version 0.11
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libcapture-tiny-perl/current/t/lib/Cases.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcapture-tiny-perl/current/t/lib/Cases.pm?rev=75148&op=diff
==============================================================================
--- branches/upstream/libcapture-tiny-perl/current/t/lib/Cases.pm (original)
+++ branches/upstream/libcapture-tiny-perl/current/t/lib/Cases.pm Sun Jun  5 13:23:36 2011
@@ -22,7 +22,7 @@
 my $have_diff = eval { 
   require Test::Differences; 
   Test::Differences->import;
-  1;
+  $Test::Differences::VERSION < 0.60; # 0.60+ is causing strange failures
 };
 
 sub _is_or_diff {




More information about the Pkg-perl-cvs-commits mailing list