• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H22-Apr-2009-169

ChangesH A D22-Apr-2009840 2619

File.pmH A D22-Apr-200913.2 KiB400171

MANIFESTH A D19-Apr-2005128 87

META.ymlH A D22-Apr-2009539 2120

Makefile.PLH A D19-Apr-2005319 1311

READMEH A D22-Apr-2009520 3319

README

1Net/FTP/File version 0.06
2=========================
3
4See Pod for documentation or
5 perldoc Net::FTP::File
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16or
17
18   perl -MCPAN -e 'install Net::FTP::File;'
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24Net::FTP
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2005 Daniel Muey
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.
32
33