[libthrowable-perl] 04/06: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Sat May 10 14:28:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libthrowable-perl.

commit ee63fb3d5870073cb469c2792cd839fc643f469a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 10 16:27:27 2014 +0200

    Update (build) dependencies.
---
 debian/control | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index edcfe00..6f6a41b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,9 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-load-perl (>= 0.20),
-                     libdevel-stacktrace-perl,
+Build-Depends-Indep: libdevel-stacktrace-perl,
+                     libmodule-runtime-perl,
                      libmoo-perl (>= 1.000001),
-                     libmoox-types-mooselike-perl,
                      perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                      perl
 Standards-Version: 3.9.4
@@ -21,13 +20,11 @@ Package: libthrowable-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libclass-load-perl (>= 0.20),
          libdevel-stacktrace-perl,
-         libmoo-perl (>= 1.000001),
-         libmoox-types-mooselike-perl
+         libmodule-runtime-perl,
+         libmoo-perl (>= 1.000001)
 Recommends: libmoose-perl
 Description: role for classes that can be thrown
  Throwable is a role for classes that are meant to be thrown as exceptions to
  standard program flow. It automatically saves any previous
  value for $@ and calls die $self.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libthrowable-perl.git



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