r53553 - in /trunk/libtest-compile-perl: Changes META.yml Makefile.PL debian/changelog debian/control lib/Test/Compile.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 3 16:10:25 UTC 2010


Author: jawnsy-guest
Date: Wed Mar  3 16:10:01 2010
New Revision: 53553

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53553
Log:
IGNORE-VERSION: 0.13-1
NOTE: no need to upload unless we have FTBFS problems
* New upstream release
* Requires Test::More 0.88 for done_testing and no_plan

Modified:
    trunk/libtest-compile-perl/Changes
    trunk/libtest-compile-perl/META.yml
    trunk/libtest-compile-perl/Makefile.PL
    trunk/libtest-compile-perl/debian/changelog
    trunk/libtest-compile-perl/debian/control
    trunk/libtest-compile-perl/lib/Test/Compile.pm

Modified: trunk/libtest-compile-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/Changes?rev=53553&op=diff
==============================================================================
--- trunk/libtest-compile-perl/Changes (original)
+++ trunk/libtest-compile-perl/Changes Wed Mar  3 16:10:01 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: trunk/libtest-compile-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/META.yml?rev=53553&op=diff
==============================================================================
--- trunk/libtest-compile-perl/META.yml (original)
+++ trunk/libtest-compile-perl/META.yml Wed Mar  3 16:10:01 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: trunk/libtest-compile-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/Makefile.PL?rev=53553&op=diff
==============================================================================
--- trunk/libtest-compile-perl/Makefile.PL (original)
+++ trunk/libtest-compile-perl/Makefile.PL Wed Mar  3 16:10:01 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: trunk/libtest-compile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/changelog?rev=53553&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/changelog (original)
+++ trunk/libtest-compile-perl/debian/changelog Wed Mar  3 16:10:01 2010
@@ -1,3 +1,13 @@
+libtest-compile-perl (0.13-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.13-1
+  NOTE: no need to upload unless we have FTBFS problems
+
+  * New upstream release
+  * Requires Test::More 0.88 for done_testing and no_plan
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 03 Mar 2010 11:05:41 -0500
+
 libtest-compile-perl (0.12-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libtest-compile-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/control?rev=53553&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/control (original)
+++ trunk/libtest-compile-perl/debian/control Wed Mar  3 16:10:01 2010
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: perl, libuniversal-require-perl, liburi-perl
+Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
+ libuniversal-require-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Ryan Niebur <ryan at debian.org>

Modified: trunk/libtest-compile-perl/lib/Test/Compile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/lib/Test/Compile.pm?rev=53553&op=diff
==============================================================================
--- trunk/libtest-compile-perl/lib/Test/Compile.pm (original)
+++ trunk/libtest-compile-perl/lib/Test/Compile.pm Wed Mar  3 16:10:01 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