r75151 - in /trunk/libcapture-tiny-perl: Changes META.json META.yml Makefile.PL README debian/changelog debian/compat debian/control 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:30:02 UTC 2011


Author: ghedo-guest
Date: Sun Jun  5 13:29:55 2011
New Revision: 75151

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75151
Log:
IGNORE-VERSION: 0.11
Capture::Tiny seems to be breaked by Test::Differences 0.60 which is not
in Debian
* New upstream release
* Bump debhelper compat level to 8
* Bump Standards-Version to 3.9.2 (no changes needed)

Modified:
    trunk/libcapture-tiny-perl/Changes
    trunk/libcapture-tiny-perl/META.json
    trunk/libcapture-tiny-perl/META.yml
    trunk/libcapture-tiny-perl/Makefile.PL
    trunk/libcapture-tiny-perl/README
    trunk/libcapture-tiny-perl/debian/changelog
    trunk/libcapture-tiny-perl/debian/compat
    trunk/libcapture-tiny-perl/debian/control
    trunk/libcapture-tiny-perl/lib/Capture/Tiny.pm
    trunk/libcapture-tiny-perl/t/lib/Cases.pm

Modified: trunk/libcapture-tiny-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/Changes?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/Changes (original)
+++ trunk/libcapture-tiny-perl/Changes Sun Jun  5 13:29:55 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: trunk/libcapture-tiny-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/META.json?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/META.json (original)
+++ trunk/libcapture-tiny-perl/META.json Sun Jun  5 13:29:55 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: trunk/libcapture-tiny-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/META.yml?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/META.yml (original)
+++ trunk/libcapture-tiny-perl/META.yml Sun Jun  5 13:29:55 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: trunk/libcapture-tiny-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/Makefile.PL?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/Makefile.PL (original)
+++ trunk/libcapture-tiny-perl/Makefile.PL Sun Jun  5 13:29:55 2011
@@ -30,7 +30,7 @@
     'File::Temp' => '0',
     'IO::Handle' => '0'
   },
-  'VERSION' => '0.10',
+  'VERSION' => '0.11',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libcapture-tiny-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/README?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/README (original)
+++ trunk/libcapture-tiny-perl/README Sun Jun  5 13:29:55 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: trunk/libcapture-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/changelog?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/debian/changelog (original)
+++ trunk/libcapture-tiny-perl/debian/changelog Sun Jun  5 13:29:55 2011
@@ -1,10 +1,22 @@
+libcapture-tiny-perl (0.11-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.11
+  Capture::Tiny seems to be breaked by Test::Differences 0.60 which is not
+  in Debian
+
+  * New upstream release
+  * Bump debhelper compat level to 8
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 05 Jun 2011 15:24:03 +0200
+
 libcapture-tiny-perl (0.10-1) unstable; urgency=low
 
   * New upstream release
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.9.1.
   * debian/copyright:
-    - Update debian/* packaging stanza. 
+    - Update debian/* packaging stanza.
     - Refer to Debian systems in general instead of only Debian GNU/Linux
       systems.
     - Explicitly refer to GPL-1 license text in common-licenses.

Modified: trunk/libcapture-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/compat?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/debian/compat (original)
+++ trunk/libcapture-tiny-perl/debian/compat Sun Jun  5 13:29:55 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libcapture-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/control?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/debian/control (original)
+++ trunk/libcapture-tiny-perl/debian/control Sun Jun  5 13:29:55 2011
@@ -1,14 +1,14 @@
 Source: libcapture-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Capture-Tiny/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcapture-tiny-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcapture-tiny-perl/

Modified: trunk/libcapture-tiny-perl/lib/Capture/Tiny.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/lib/Capture/Tiny.pm?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/lib/Capture/Tiny.pm (original)
+++ trunk/libcapture-tiny-perl/lib/Capture/Tiny.pm Sun Jun  5 13:29:55 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: trunk/libcapture-tiny-perl/t/lib/Cases.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/t/lib/Cases.pm?rev=75151&op=diff
==============================================================================
--- trunk/libcapture-tiny-perl/t/lib/Cases.pm (original)
+++ trunk/libcapture-tiny-perl/t/lib/Cases.pm Sun Jun  5 13:29:55 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