Browse Source

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

Guillem Jover 13 years ago
parent
commit
4d276f405d
1 changed files with 2 additions and 0 deletions
  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
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+package Debian::Dselect::Ftp;
+
 use Net::FTP;
 use Exporter;
 use Data::Dumper;