Parcourir la source

Debian::Dselect::Ftp: Add a package declaration

Guillem Jover il y a 13 ans
Parent
commit
4d276f405d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      dselect/methods/Debian/Dselect/Ftp.pm

+ 2 - 0
dselect/methods/Debian/Dselect/Ftp.pm

@@ -11,6 +11,8 @@
 # You should have received a copy of the GNU General Public License
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+package Debian::Dselect::Ftp;
+
 use Net::FTP;
 use Net::FTP;
 use Exporter;
 use Exporter;
 use Data::Dumper;
 use Data::Dumper;