r55833 - /trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 9 20:18:38 UTC 2010


Author: dmn
Date: Fri Apr  9 20:18:31 2010
New Revision: 55833

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55833
Log:
Tie::File is used in refresh

Thanks to Salvatore Bonaccorso for reporting.

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

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm?rev=55833&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm Fri Apr  9 20:18:31 2010
@@ -16,6 +16,7 @@
 use Debian::Control::FromCPAN;
 use Debian::WNPP::Query ();
 use File::Spec::Functions qw(catfile);
+use Tie::File;
 
 =head1 METHODS
 




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