r53694 - /trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Mar 6 15:59:31 UTC 2010


Author: dmn
Date: Sat Mar  6 15:59:26 2010
New Revision: 53694

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53694
Log:
re-add 'use User::pwent', dropped bby accident

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=53694&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Sat Mar  6 15:59:26 2010
@@ -21,6 +21,7 @@
 use File::Spec::Functions qw(catfile catpath splitpath);
 use Parse::DebianChangelog;
 use Text::Wrap qw(fill);
+use User::pwent;
 
 use constant debstdversion => '3.8.4';
 




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