The following commit has been merged in the master branch:
commit ce75725ffd0da0afb6cbf8c6a189e30407d31119
Author: Guillem Jover <[email protected]>
Date: Sat Apr 20 03:17:03 2013 +0200
dselect: Remove unused diagnostics pragmas
diff --git a/dselect/methods/ftp/install b/dselect/methods/ftp/install
index 2e9d1ce..795255e 100755
--- a/dselect/methods/ftp/install
+++ b/dselect/methods/ftp/install
@@ -20,7 +20,6 @@ use strict;
use warnings;
use vars qw(%config $ftp);
-#use diagnostics;
eval q{
use Net::FTP;
diff --git a/dselect/methods/ftp/setup b/dselect/methods/ftp/setup
index 233def0..6988c90 100755
--- a/dselect/methods/ftp/setup
+++ b/dselect/methods/ftp/setup
@@ -20,7 +20,6 @@ use strict;
use warnings;
use vars qw(%config);
-#use diagnostics;
eval 'use Net::FTP;';
if ($@) {
diff --git a/dselect/methods/ftp/update b/dselect/methods/ftp/update
index ba2f98a..853c403 100755
--- a/dselect/methods/ftp/update
+++ b/dselect/methods/ftp/update
@@ -19,8 +19,6 @@
use strict;
use warnings;
-#use diagnostics;
-
eval 'use Net::FTP;';
if ($@) {
print STDERR "Please install the 'perl' package if you want to use the\n" .
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]