r53541 - in /branches/upstream/libtest-compile-perl/current: Changes META.yml Makefile.PL lib/Test/Compile.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 3 15:40:13 UTC 2010


Author: jawnsy-guest
Date: Wed Mar  3 15:40:08 2010
New Revision: 53541

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53541
Log:
[svn-upgrade] Integrating new upstream version, libtest-compile-perl (0.13)

Modified:
    branches/upstream/libtest-compile-perl/current/Changes
    branches/upstream/libtest-compile-perl/current/META.yml
    branches/upstream/libtest-compile-perl/current/Makefile.PL
    branches/upstream/libtest-compile-perl/current/lib/Test/Compile.pm

Modified: branches/upstream/libtest-compile-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-compile-perl/current/Changes?rev=53541&op=diff
==============================================================================
--- branches/upstream/libtest-compile-perl/current/Changes (original)
+++ branches/upstream/libtest-compile-perl/current/Changes Wed Mar  3 15:40:08 2010
@@ -1,4 +1,8 @@
 Revision history for Perl extension Test-Compile
+
+0.13  Tue 2010.03.02 15:57:02 CET (Marcel Gruenauer <marcel at cpan.org>)
+    - require Test::More 0.88 so done_testing works without no_plan (thanks
+      jozef)
 
 0.12  Thu 2010.02.11 15:16:22 CET (Marcel Gruenauer <marcel at cpan.org>)
     - updated skeleton files

Modified: branches/upstream/libtest-compile-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-compile-perl/current/META.yml?rev=53541&op=diff
==============================================================================
--- branches/upstream/libtest-compile-perl/current/META.yml (original)
+++ branches/upstream/libtest-compile-perl/current/META.yml Wed Mar  3 15:40:08 2010
@@ -4,7 +4,7 @@
   - 'Sagar R. Shah C<< <srshah at cpan.org> >>'
 build_requires:
   ExtUtils::MakeMaker: 6.42
-  Test::More: 0.70
+  Test::More: 0.88
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
@@ -29,4 +29,4 @@
   homepage: http://search.cpan.org/dist/Test-Compile/
   license: http://dev.perl.org/licenses/
   repository: git://github.com/hanekomu/test-compile.git
-version: 0.12
+version: 0.13

Modified: branches/upstream/libtest-compile-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-compile-perl/current/Makefile.PL?rev=53541&op=diff
==============================================================================
--- branches/upstream/libtest-compile-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-compile-perl/current/Makefile.PL Wed Mar  3 15:40:08 2010
@@ -9,7 +9,7 @@
 auto_set_repository;
 requires 'UNIVERSAL::require';
 recommends 'Devel::CheckOS';
-test_requires 'Test::More' => '0.70';
+test_requires 'Test::More' => '0.88';
 extra_tests;
 author_requires 'ShipIt';
 author_requires 'ShipIt::Step::DistClean';

Modified: branches/upstream/libtest-compile-perl/current/lib/Test/Compile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-compile-perl/current/lib/Test/Compile.pm?rev=53541&op=diff
==============================================================================
--- branches/upstream/libtest-compile-perl/current/lib/Test/Compile.pm (original)
+++ branches/upstream/libtest-compile-perl/current/lib/Test/Compile.pm Wed Mar  3 15:40:08 2010
@@ -5,7 +5,7 @@
 use Test::Builder;
 use File::Spec;
 use UNIVERSAL::require;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 my $Test = Test::Builder->new;
 
 sub import {




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