Преглед изворни кода

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

Guillem Jover пре 13 година
родитељ
комит
4d276f405d
1 измењених фајлова са 2 додато и 0 уклоњено
  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;