[SCM] Debian Packaging of Test::Class::Most branch, master, updated. debian/0.06-1-11-g712fcab

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Oct 4 20:57:18 UTC 2012


The following commit has been merged in the master branch:
commit 602b9d13ff8e8fd4fdedb6362a81d984ae551bf3
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Oct 4 22:18:29 2012 +0200

    bump (build-)dependency on libtest-most-perl to 0.31. "This fixes prototype warnings when using Moose."

diff --git a/debian/control b/debian/control
index 693b18a..8e340d3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
                      libtest-class-perl,
-                     libtest-most-perl
+                     libtest-most-perl (>= 0.31)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-class-most-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-class-most-perl.git
@@ -18,7 +18,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libtest-class-perl,
-         libtest-most-perl
+         libtest-most-perl (>= 0.31)
 Description: module to reduce boilerplate code when testing classes
  Test::Class::Most acts as a combination of Test::Class, Test::Most and
  Modern::Perl, thus saving a lot of typing boilerplate code when writing

-- 
Debian Packaging of Test::Class::Most



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