The following commit has been merged in the master branch:
commit f1f4ddf435050fa001562e31b65c6a7a69b211e0
Author: Guillem Jover <[email protected]>
Date:   Tue Apr 23 21:25:32 2013 +0200

    Dselect::Ftp: Inherit Exporter's import method

diff --git a/dselect/methods/Dselect/Ftp.pm b/dselect/methods/Dselect/Ftp.pm
index 436ecdb..750d660 100644
--- a/dselect/methods/Dselect/Ftp.pm
+++ b/dselect/methods/Dselect/Ftp.pm
@@ -13,12 +13,13 @@
 package Dselect::Ftp;
 
 use Net::FTP;
-use Exporter;
 use Data::Dumper;
 
 use strict;
 use warnings;
 
+use Exporter qw(import);
+
 use vars qw(@EXPORT %config $VAR1);
 
 @EXPORT = qw(yesno do_connect do_mdtm add_site edit_site

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to