r29451 - /trunk/dh-make-perl/lib/Debian/Dependency.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 7 21:29:56 UTC 2009


Author: dmn
Date: Wed Jan  7 21:29:53 2009
New Revision: 29451

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29451
Log:
Dependency: use Capr because of 'confess'

Modified:
    trunk/dh-make-perl/lib/Debian/Dependency.pm

Modified: trunk/dh-make-perl/lib/Debian/Dependency.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Dependency.pm?rev=29451&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Dependency.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Dependency.pm Wed Jan  7 21:29:53 2009
@@ -35,6 +35,8 @@
 
 use base qw(Class::Accessor);
 __PACKAGE__->mk_accessors(qw( pkg ver rel ));
+
+use Carp;
 
 use overload '""' => \&_stringify,
              '+'  => \&_add;




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