This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
Dear Terrence Brannon,
    
This is a computer-generated test report for Net-FTP-Common-5.32, created
automatically by CPAN::Reporter, version 0.35, and sent to the CPAN 
Testers mailing list.  If you have received this email directly, it is 
because the person testing your distribution chose to send a copy to your 
CPAN email address.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module   Need Have 
    -------- ---- -----
    Net::FTP 1    2.750

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = C
    PATH = 
/home/k/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5_CPAN_IS_RUNNING = 1
    SHELL = /usr/bin/zsh
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/src/perl/repoperls/installed-perls/perl/p3ZIvfN/[EMAIL 
PROTECTED]/bin/perl
    UID:  $<  = 1000
    EUID: $>  = 1000
    GID:  $(  = 1000 40 1000
    EGID: $)  = 1000 40 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.886300 
    Cwd                 3.240    
    ExtUtils::CBuilder  0.180    
    ExtUtils::Command   1.120    
    ExtUtils::Install   1.410    
    ExtUtils::MakeMaker 6.31_0100
    ExtUtils::Manifest  1.490    
    ExtUtils::ParseXS   2.17_0100
    File::Spec          3.240    
    Module::Build       0.280500 
    Module::Signature   0.550    
    Test::Harness       2.640    
    Test::More          0.650    
    version             0.680    

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

make[1]: Entering directory `/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a'
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/p3ZIvfN/[EMAIL 
PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 
'blib/arch')" t/*.t
t/0-login....Net::FTP::Common::VERSION = 5.32 at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
50.
Using version 5.32 at t/0-login.t line 30.
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>>   Exporter(5.59)
Net::FTP>>>   Net::Cmd(2.26_01)
Net::FTP>>>   IO::Socket::INET(1.31)
Net::FTP>>>     IO::Socket(1.30_01)
Net::FTP>>>       IO::Handle(1.27)
Net::FTP=GLOB(0x84a7054)<<< 220-This service is provided by the Division of 
Engineering Computing 
Net::FTP=GLOB(0x84a7054)<<< 220-Services of the College of Engineering at 
Michigan State University.
Net::FTP=GLOB(0x84a7054)<<< 220-If have any unusual problems, please report 
them via e-mail to 
Net::FTP=GLOB(0x84a7054)<<< [EMAIL PROTECTED]  Archives for the following 
software are 
Net::FTP=GLOB(0x84a7054)<<< 220-available on this machine:
Net::FTP=GLOB(0x84a7054)<<< 220-   
Net::FTP=GLOB(0x84a7054)<<< 220-o Debian/GNU Linux distribution
Net::FTP=GLOB(0x84a7054)<<< 220-
Net::FTP=GLOB(0x84a7054)<<< 220-  http    http://ftp.egr.msu.edu/debian/
Net::FTP=GLOB(0x84a7054)<<< 220-  ftp     ftp://ftp.egr.msu.edu//
Net::FTP=GLOB(0x84a7054)<<< 220-  rsync   ftp.egr.msu.edu::debian/
Net::FTP=GLOB(0x84a7054)<<< 220-
Net::FTP=GLOB(0x84a7054)<<< 220-o Previous Debian/GNU Linux distributions
Net::FTP=GLOB(0x84a7054)<<< 220-
Net::FTP=GLOB(0x84a7054)<<< 220-  http    http://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84a7054)<<< 220-  ftp     ftp://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84a7054)<<< 220-  rsync   ftp.egr.msu.edu::debian-archive/
Net::FTP=GLOB(0x84a7054)<<< 220-
Net::FTP=GLOB(0x84a7054)<<< 220-If your machine logs a port scan from the IP 
35.9.37.225 (this server)
Net::FTP=GLOB(0x84a7054)<<< 220-to ports 2000 - 3000, it is because your ftp 
client (Netscape, Internet
Net::FTP=GLOB(0x84a7054)<<< 220-Explorer) uses non-passive ftp and your machine 
or firewall only allows
Net::FTP=GLOB(0x84a7054)<<< 220-passive ftp.  STOP reporting this as abuse.
Net::FTP=GLOB(0x84a7054)<<< 220 
Net::FTP=GLOB(0x84a7054)>>> user anonymous
Net::FTP=GLOB(0x84a7054)<<< 331 Please specify the password.
Net::FTP=GLOB(0x84a7054)>>> PASS ....
Net::FTP=GLOB(0x84a7054)<<< 230 Login successful.
ok
t/dir........Net::FTP::Common::VERSION = 5.32 at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
50.
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>>   Exporter(5.59)
Net::FTP>>>   Net::Cmd(2.26_01)
Net::FTP>>>   IO::Socket::INET(1.31)
Net::FTP>>>     IO::Socket(1.30_01)
Net::FTP>>>       IO::Handle(1.27)
Net::FTP=GLOB(0x84a6f5c)<<< 220 saens.debian.org FTP server (vsftpd)
Net::FTP=GLOB(0x84a6f5c)>>> user anonymous
Net::FTP=GLOB(0x84a6f5c)<<< 331 Please specify the password.
Net::FTP=GLOB(0x84a6f5c)>>> PASS ....
Net::FTP=GLOB(0x84a6f5c)<<< 230-
Net::FTP=GLOB(0x84a6f5c)<<< 230-This site is just another one in a worldwide 
array of Debian mirrors.
Net::FTP=GLOB(0x84a6f5c)<<< 230-It is not the "primary Debian FTP site" -- it 
is merely an official
Net::FTP=GLOB(0x84a6f5c)<<< 230-mirror that is in the United States of America.
Net::FTP=GLOB(0x84a6f5c)<<< 230-
Net::FTP=GLOB(0x84a6f5c)<<< 230-If you are connecting from outside the USA, 
please consider using another
Net::FTP=GLOB(0x84a6f5c)<<< 230-official Debian mirror, one that is closer to 
you. This will likely help
Net::FTP=GLOB(0x84a6f5c)<<< 230-you by speeding up your downloads, and it will 
help us by lessening the
Net::FTP=GLOB(0x84a6f5c)<<< 230-load on this machine.
Net::FTP=GLOB(0x84a6f5c)<<< 230-
Net::FTP=GLOB(0x84a6f5c)<<< 230-Current list of Debian mirrors is at 
http://www.debian.org/mirror/list
Net::FTP=GLOB(0x84a6f5c)<<< 230-
Net::FTP=GLOB(0x84a6f5c)<<< 230 Login successful.
Net::FTP=GLOB(0x84a6f5c)>>> CWD /debian
Net::FTP=GLOB(0x84a6f5c)<<< 250 Directory successfully changed.
Net::FTP=GLOB(0x84a6f5c)>>> TYPE I
Net::FTP=GLOB(0x84a6f5c)<<< 200 Switching to Binary mode.
Net::FTP=GLOB(0x84a6f5c)>>> PASV
Net::FTP=GLOB(0x84a6f5c)<<< 227 Entering Passive Mode (128,101,240,212,50,123)
Net::FTP=GLOB(0x84a6f5c)>>> LIST
Net::FTP=GLOB(0x84a6f5c)<<< 150 Here comes the directory listing.
Net::FTP=GLOB(0x84a6f5c)<<< 226 Directory send OK.
input-line: -rw-rw-r--    2 1176     1176         1061 Oct 28 15:41 README at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-rw-r-- = -rw-rw-r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 1061 = 1061;
        my Oct = Oct;
        my 28 = 28;
        my 15:41 = 15:41;
        my README = README;
        my ;
regexp-matches for (README): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Oct',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '1061',
            'group' => '1176',
            'yearOrTime' => '15:41',
            'day' => '28',
            'perm' => '-rw-rw-r--'
          };
input-line: -rw-rw-r--    2 1176     1176         1290 Dec 04  2000 
README.CD-manufacture at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-rw-r-- = -rw-rw-r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 1290 = 1290;
        my Dec = Dec;
        my 04 = 04;
        my 2000 = 2000;
        my README.CD-manufacture = README.CD-manufacture;
        my ;
regexp-matches for (README.CD-manufacture): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '1290',
            'group' => '1176',
            'yearOrTime' => '2000',
            'day' => '04',
            'perm' => '-rw-rw-r--'
          };
input-line: -rw-rw-r--    2 1176     1176         2999 Oct 28 15:42 README.html 
at /home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm 
line 212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-rw-r-- = -rw-rw-r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 2999 = 2999;
        my Oct = Oct;
        my 28 = 28;
        my 15:42 = 15:42;
        my README.html = README.html;
        my ;
regexp-matches for (README.html): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Oct',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '2999',
            'group' => '1176',
            'yearOrTime' => '15:42',
            'day' => '28',
            'perm' => '-rw-rw-r--'
          };
input-line: -rw-r--r--    2 1176     1176        82092 Dec 01 19:52 
README.mirrors.html at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-r--r-- = -rw-r--r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 82092 = 82092;
        my Dec = Dec;
        my 01 = 01;
        my 19:52 = 19:52;
        my README.mirrors.html = README.mirrors.html;
        my ;
regexp-matches for (README.mirrors.html): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '82092',
            'group' => '1176',
            'yearOrTime' => '19:52',
            'day' => '01',
            'perm' => '-rw-r--r--'
          };
input-line: -rw-r--r--    2 1176     1176        50907 Dec 01 19:52 
README.mirrors.txt at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-r--r-- = -rw-r--r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 50907 = 50907;
        my Dec = Dec;
        my 01 = 01;
        my 19:52 = 19:52;
        my README.mirrors.txt = README.mirrors.txt;
        my ;
regexp-matches for (README.mirrors.txt): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '50907',
            'group' => '1176',
            'yearOrTime' => '19:52',
            'day' => '01',
            'perm' => '-rw-r--r--'
          };
input-line: -rw-r--r--    2 1176     1176        18490 Dec 01 19:52 
README.non-US at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-r--r-- = -rw-r--r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 18490 = 18490;
        my Dec = Dec;
        my 01 = 01;
        my 19:52 = 19:52;
        my README.non-US = README.non-US;
        my ;
regexp-matches for (README.non-US): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '18490',
            'group' => '1176',
            'yearOrTime' => '19:52',
            'day' => '01',
            'perm' => '-rw-r--r--'
          };
input-line: lrwxr-xr-x    1 1176     1176           13 Feb 21  2006 README.pgp 
-> README.non-US at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my lrwxr-xr-x = lrwxr-xr-x;
        my 1 = 1;
        my 1176 = 1176;
        my 1176 = 1176;
        my 13 = 13;
        my Feb = Feb;
        my 21 = 21;
        my 2006 = 2006;
        my README.pgp -> README.non-US = README.pgp -> README.non-US;
        my ;
regexp-matches for (README.pgp -> README.non-US): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Feb',
            'linkTarget' => undef,
            'inode' => '1',
            'size' => '13',
            'group' => '1176',
            'yearOrTime' => '2006',
            'day' => '21',
            'perm' => 'lrwxr-xr-x'
          };
input-line: drwxr-sr-x   10 1176     1176         4096 Nov 21 11:49 dists at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my drwxr-sr-x = drwxr-sr-x;
        my 10 = 10;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4096 = 4096;
        my Nov = Nov;
        my 21 = 21;
        my 11:49 = 11:49;
        my dists = dists;
        my ;
regexp-matches for (dists): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Nov',
            'linkTarget' => undef,
            'inode' => '10',
            'size' => '4096',
            'group' => '1176',
            'yearOrTime' => '11:49',
            'day' => '21',
            'perm' => 'drwxr-sr-x'
          };
input-line: drwxr-sr-x    3 1176     1176         4096 Dec 01 08:25 doc at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my drwxr-sr-x = drwxr-sr-x;
        my 3 = 3;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4096 = 4096;
        my Dec = Dec;
        my 01 = 01;
        my 08:25 = 08:25;
        my doc = doc;
        my ;
regexp-matches for (doc): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '3',
            'size' => '4096',
            'group' => '1176',
            'yearOrTime' => '08:25',
            'day' => '01',
            'perm' => 'drwxr-sr-x'
          };
input-line: drwxr-sr-x    3 1176     1176         4096 Dec 01 20:31 indices at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my drwxr-sr-x = drwxr-sr-x;
        my 3 = 3;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4096 = 4096;
        my Dec = Dec;
        my 01 = 01;
        my 20:31 = 20:31;
        my indices = indices;
        my ;
regexp-matches for (indices): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '3',
            'size' => '4096',
            'group' => '1176',
            'yearOrTime' => '20:31',
            'day' => '01',
            'perm' => 'drwxr-sr-x'
          };
input-line: -rw-rw-r--    2 1176     1176      4766727 Dec 01 20:17 ls-lR.gz at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-rw-r-- = -rw-rw-r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4766727 = 4766727;
        my Dec = Dec;
        my 01 = 01;
        my 20:17 = 20:17;
        my ls-lR.gz = ls-lR.gz;
        my ;
regexp-matches for (ls-lR.gz): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '4766727',
            'group' => '1176',
            'yearOrTime' => '20:17',
            'day' => '01',
            'perm' => '-rw-rw-r--'
          };
input-line: -rw-r--r--    2 1176     1176       137561 Dec 01 20:17 
ls-lR.patch.gz at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my -rw-r--r-- = -rw-r--r--;
        my 2 = 2;
        my 1176 = 1176;
        my 1176 = 1176;
        my 137561 = 137561;
        my Dec = Dec;
        my 01 = 01;
        my 20:17 = 20:17;
        my ls-lR.patch.gz = ls-lR.patch.gz;
        my ;
regexp-matches for (ls-lR.patch.gz): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Dec',
            'linkTarget' => undef,
            'inode' => '2',
            'size' => '137561',
            'group' => '1176',
            'yearOrTime' => '20:17',
            'day' => '01',
            'perm' => '-rw-r--r--'
          };
input-line: drwxr-sr-x    5 1176     1176         4096 Nov 21 11:49 pool at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my drwxr-sr-x = drwxr-sr-x;
        my 5 = 5;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4096 = 4096;
        my Nov = Nov;
        my 21 = 21;
        my 11:49 = 11:49;
        my pool = pool;
        my ;
regexp-matches for (pool): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Nov',
            'linkTarget' => undef,
            'inode' => '5',
            'size' => '4096',
            'group' => '1176',
            'yearOrTime' => '11:49',
            'day' => '21',
            'perm' => 'drwxr-sr-x'
          };
input-line: drwxr-sr-x    6 1176     1176         4096 Nov 21 11:49 project at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my drwxr-sr-x = drwxr-sr-x;
        my 6 = 6;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4096 = 4096;
        my Nov = Nov;
        my 21 = 21;
        my 11:49 = 11:49;
        my project = project;
        my ;
regexp-matches for (project): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Nov',
            'linkTarget' => undef,
            'inode' => '6',
            'size' => '4096',
            'group' => '1176',
            'yearOrTime' => '11:49',
            'day' => '21',
            'perm' => 'drwxr-sr-x'
          };
input-line: drwxr-sr-x    3 1176     1176         4096 Nov 21 11:49 tools at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
212.
Use of uninitialized value $linkTarget in concatenation (.) or string at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
246.

        my drwxr-sr-x = drwxr-sr-x;
        my 3 = 3;
        my 1176 = 1176;
        my 1176 = 1176;
        my 4096 = 4096;
        my Nov = Nov;
        my 21 = 21;
        my 11:49 = 11:49;
        my tools = tools;
        my ;
regexp-matches for (tools): $VAR1 = \{
            'owner' => '1176',
            'month' => 'Nov',
            'linkTarget' => undef,
            'inode' => '3',
            'size' => '4096',
            'group' => '1176',
            'yearOrTime' => '11:49',
            'day' => '21',
            'perm' => 'drwxr-sr-x'
          };
NEW_DIR ...$VAR1 = {
          'README.pgp -> README.non-US' => {
                                             'owner' => '1176',
                                             'month' => 'Feb',
                                             'linkTarget' => undef,
                                             'inode' => '1',
                                             'size' => '13',
                                             'group' => '1176',
                                             'yearOrTime' => '2006',
                                             'day' => '21',
                                             'perm' => 'lrwxr-xr-x'
                                           },
          'README.html' => {
                             'owner' => '1176',
                             'month' => 'Oct',
                             'linkTarget' => undef,
                             'inode' => '2',
                             'size' => '2999',
                             'group' => '1176',
                             'yearOrTime' => '15:42',
                             'day' => '28',
                             'perm' => '-rw-rw-r--'
                           },
          'ls-lR.gz' => {
                          'owner' => '1176',
                          'month' => 'Dec',
                          'linkTarget' => undef,
                          'inode' => '2',
                          'size' => '4766727',
                          'group' => '1176',
                          'yearOrTime' => '20:17',
                          'day' => '01',
                          'perm' => '-rw-rw-r--'
                        },
          'README.CD-manufacture' => {
                                       'owner' => '1176',
                                       'month' => 'Dec',
                                       'linkTarget' => undef,
                                       'inode' => '2',
                                       'size' => '1290',
                                       'group' => '1176',
                                       'yearOrTime' => '2000',
                                       'day' => '04',
                                       'perm' => '-rw-rw-r--'
                                     },
          'project' => {
                         'owner' => '1176',
                         'month' => 'Nov',
                         'linkTarget' => undef,
                         'inode' => '6',
                         'size' => '4096',
                         'group' => '1176',
                         'yearOrTime' => '11:49',
                         'day' => '21',
                         'perm' => 'drwxr-sr-x'
                       },
          'tools' => {
                       'owner' => '1176',
                       'month' => 'Nov',
                       'linkTarget' => undef,
                       'inode' => '3',
                       'size' => '4096',
                       'group' => '1176',
                       'yearOrTime' => '11:49',
                       'day' => '21',
                       'perm' => 'drwxr-sr-x'
                     },
          'README.mirrors.html' => {
                                     'owner' => '1176',
                                     'month' => 'Dec',
                                     'linkTarget' => undef,
                                     'inode' => '2',
                                     'size' => '82092',
                                     'group' => '1176',
                                     'yearOrTime' => '19:52',
                                     'day' => '01',
                                     'perm' => '-rw-r--r--'
                                   },
          'README.non-US' => {
                               'owner' => '1176',
                               'month' => 'Dec',
                               'linkTarget' => undef,
                               'inode' => '2',
                               'size' => '18490',
                               'group' => '1176',
                               'yearOrTime' => '19:52',
                               'day' => '01',
                               'perm' => '-rw-r--r--'
                             },
          'pool' => {
                      'owner' => '1176',
                      'month' => 'Nov',
                      'linkTarget' => undef,
                      'inode' => '5',
                      'size' => '4096',
                      'group' => '1176',
                      'yearOrTime' => '11:49',
                      'day' => '21',
                      'perm' => 'drwxr-sr-x'
                    },
          'doc' => {
                     'owner' => '1176',
                     'month' => 'Dec',
                     'linkTarget' => undef,
                     'inode' => '3',
                     'size' => '4096',
                     'group' => '1176',
                     'yearOrTime' => '08:25',
                     'day' => '01',
                     'perm' => 'drwxr-sr-x'
                   },
          'dists' => {
                       'owner' => '1176',
                       'month' => 'Nov',
                       'linkTarget' => undef,
                       'inode' => '10',
                       'size' => '4096',
                       'group' => '1176',
                       'yearOrTime' => '11:49',
                       'day' => '21',
                       'perm' => 'drwxr-sr-x'
                     },
          'indices' => {
                         'owner' => '1176',
                         'month' => 'Dec',
                         'linkTarget' => undef,
                         'inode' => '3',
                         'size' => '4096',
                         'group' => '1176',
                         'yearOrTime' => '20:31',
                         'day' => '01',
                         'perm' => 'drwxr-sr-x'
                       },
          'README.mirrors.txt' => {
                                    'owner' => '1176',
                                    'month' => 'Dec',
                                    'linkTarget' => undef,
                                    'inode' => '2',
                                    'size' => '50907',
                                    'group' => '1176',
                                    'yearOrTime' => '19:52',
                                    'day' => '01',
                                    'perm' => '-rw-r--r--'
                                  },
          'README' => {
                        'owner' => '1176',
                        'month' => 'Oct',
                        'linkTarget' => undef,
                        'inode' => '2',
                        'size' => '1061',
                        'group' => '1176',
                        'yearOrTime' => '15:41',
                        'day' => '28',
                        'perm' => '-rw-rw-r--'
                      },
          'ls-lR.patch.gz' => {
                                'owner' => '1176',
                                'month' => 'Dec',
                                'linkTarget' => undef,
                                'inode' => '2',
                                'size' => '137561',
                                'group' => '1176',
                                'yearOrTime' => '20:17',
                                'day' => '01',
                                'perm' => '-rw-r--r--'
                              }
        };
ok
t/grep.......$common = {
            'Type' => 'I',
            'RemoteDir' => '/debian',
            'User' => 'anonymous',
            'Pass' => '[EMAIL PROTECTED]',
            'Host' => 'ftp.us.debian.org'
          };
$netftp = {
            'Debug' => 1,
            'Timeout' => 120
          };
Net::FTP::Common::VERSION = 5.32 at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
50.
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>>   Exporter(5.59)
Net::FTP>>>   Net::Cmd(2.26_01)
Net::FTP>>>   IO::Socket::INET(1.31)
Net::FTP>>>     IO::Socket(1.30_01)
Net::FTP>>>       IO::Handle(1.27)
Net::FTP=GLOB(0x84a7718)<<< 220-This service is provided by the Division of 
Engineering Computing 
Net::FTP=GLOB(0x84a7718)<<< 220-Services of the College of Engineering at 
Michigan State University.
Net::FTP=GLOB(0x84a7718)<<< 220-If have any unusual problems, please report 
them via e-mail to 
Net::FTP=GLOB(0x84a7718)<<< [EMAIL PROTECTED]  Archives for the following 
software are 
Net::FTP=GLOB(0x84a7718)<<< 220-available on this machine:
Net::FTP=GLOB(0x84a7718)<<< 220-   
Net::FTP=GLOB(0x84a7718)<<< 220-o Debian/GNU Linux distribution
Net::FTP=GLOB(0x84a7718)<<< 220-
Net::FTP=GLOB(0x84a7718)<<< 220-  http    http://ftp.egr.msu.edu/debian/
Net::FTP=GLOB(0x84a7718)<<< 220-  ftp     ftp://ftp.egr.msu.edu//
Net::FTP=GLOB(0x84a7718)<<< 220-  rsync   ftp.egr.msu.edu::debian/
Net::FTP=GLOB(0x84a7718)<<< 220-
Net::FTP=GLOB(0x84a7718)<<< 220-o Previous Debian/GNU Linux distributions
Net::FTP=GLOB(0x84a7718)<<< 220-
Net::FTP=GLOB(0x84a7718)<<< 220-  http    http://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84a7718)<<< 220-  ftp     ftp://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84a7718)<<< 220-  rsync   ftp.egr.msu.edu::debian-archive/
Net::FTP=GLOB(0x84a7718)<<< 220-
Net::FTP=GLOB(0x84a7718)<<< 220-If your machine logs a port scan from the IP 
35.9.37.225 (this server)
Net::FTP=GLOB(0x84a7718)<<< 220-to ports 2000 - 3000, it is because your ftp 
client (Netscape, Internet
Net::FTP=GLOB(0x84a7718)<<< 220-Explorer) uses non-passive ftp and your machine 
or firewall only allows
Net::FTP=GLOB(0x84a7718)<<< 220-passive ftp.  STOP reporting this as abuse.
Net::FTP=GLOB(0x84a7718)<<< 220 
Net::FTP=GLOB(0x84a7718)>>> user anonymous
Net::FTP=GLOB(0x84a7718)<<< 331 Please specify the password.
Net::FTP=GLOB(0x84a7718)>>> PASS ....
Net::FTP=GLOB(0x84a7718)<<< 230 Login successful.
Net::FTP=GLOB(0x84a7718)>>> CWD /debian
Net::FTP=GLOB(0x84a7718)<<< 250 Directory successfully changed.
Net::FTP=GLOB(0x84a7718)>>> TYPE I
Net::FTP=GLOB(0x84a7718)<<< 200 Switching to Binary mode.
Net::FTP=GLOB(0x84a7718)>>> PASV
Net::FTP=GLOB(0x84a7718)<<< 227 Entering Passive Mode (35,9,37,225,96,206)
Net::FTP=GLOB(0x84a7718)>>> NLST
Net::FTP=GLOB(0x84a7718)<<< 150 Here comes the directory listing.
Net::FTP=GLOB(0x84a7718)<<< 226 Directory send OK.
GREP RETVAL: README README.CD-manufacture README.html README.mirrors.html 
README.mirrors.txt README.non-US README.pgp at t/grep.t line 28.
Net::FTP=GLOB(0x84d8848)<<< 220-This service is provided by the Division of 
Engineering Computing 
Net::FTP=GLOB(0x84d8848)<<< 220-Services of the College of Engineering at 
Michigan State University.
Net::FTP=GLOB(0x84d8848)<<< 220-If have any unusual problems, please report 
them via e-mail to 
Net::FTP=GLOB(0x84d8848)<<< [EMAIL PROTECTED]  Archives for the following 
software are 
Net::FTP=GLOB(0x84d8848)<<< 220-available on this machine:
Net::FTP=GLOB(0x84d8848)<<< 220-   
Net::FTP=GLOB(0x84d8848)<<< 220-o Debian/GNU Linux distribution
Net::FTP=GLOB(0x84d8848)<<< 220-
Net::FTP=GLOB(0x84d8848)<<< 220-  http    http://ftp.egr.msu.edu/debian/
Net::FTP=GLOB(0x84d8848)<<< 220-  ftp     ftp://ftp.egr.msu.edu//
Net::FTP=GLOB(0x84d8848)<<< 220-  rsync   ftp.egr.msu.edu::debian/
Net::FTP=GLOB(0x84d8848)<<< 220-
Net::FTP=GLOB(0x84d8848)<<< 220-o Previous Debian/GNU Linux distributions
Net::FTP=GLOB(0x84d8848)<<< 220-
Net::FTP=GLOB(0x84d8848)<<< 220-  http    http://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84d8848)<<< 220-  ftp     ftp://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84d8848)<<< 220-  rsync   ftp.egr.msu.edu::debian-archive/
Net::FTP=GLOB(0x84d8848)<<< 220-
Net::FTP=GLOB(0x84d8848)<<< 220-If your machine logs a port scan from the IP 
35.9.37.225 (this server)
Net::FTP=GLOB(0x84d8848)<<< 220-to ports 2000 - 3000, it is because your ftp 
client (Netscape, Internet
Net::FTP=GLOB(0x84d8848)<<< 220-Explorer) uses non-passive ftp and your machine 
or firewall only allows
Net::FTP=GLOB(0x84d8848)<<< 220-passive ftp.  STOP reporting this as abuse.
Net::FTP=GLOB(0x84d8848)<<< 220 
Net::FTP=GLOB(0x84d8848)>>> user anonymous
Net::FTP=GLOB(0x84d8848)<<< 331 Please specify the password.
Net::FTP=GLOB(0x84d8848)>>> PASS ....
Net::FTP=GLOB(0x84d8848)<<< 230 Login successful.
Net::FTP=GLOB(0x84d8848)>>> CWD /debian
Net::FTP=GLOB(0x84d8848)<<< 250 Directory successfully changed.
Net::FTP=GLOB(0x84d8848)>>> TYPE I
Net::FTP=GLOB(0x84d8848)<<< 200 Switching to Binary mode.
Net::FTP=GLOB(0x84d8848)>>> PASV
Net::FTP=GLOB(0x84d8848)<<< 227 Entering Passive Mode (35,9,37,225,157,24)
Net::FTP=GLOB(0x84d8848)>>> NLST
Net::FTP=GLOB(0x84d8848)<<< 150 Here comes the directory listing.
Net::FTP=GLOB(0x84d8848)<<< 226 Directory send OK.
[checking README README.CD-manufacture README.html README.mirrors.html 
README.mirrors.txt README.non-US README.pgp dists doc indices ls-lR.gz 
ls-lR.patch.gz pool project tools for [dists]] at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
298.
ok
t/ls.........Net::FTP::Common::VERSION = 5.32 at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
50.
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>>   Exporter(5.59)
Net::FTP>>>   Net::Cmd(2.26_01)
Net::FTP>>>   IO::Socket::INET(1.31)
Net::FTP>>>     IO::Socket(1.30_01)
Net::FTP>>>       IO::Handle(1.27)
Net::FTP=GLOB(0x84f9b64)<<< 220-This service is provided by the Division of 
Engineering Computing 
Net::FTP=GLOB(0x84f9b64)<<< 220-Services of the College of Engineering at 
Michigan State University.
Net::FTP=GLOB(0x84f9b64)<<< 220-If have any unusual problems, please report 
them via e-mail to 
Net::FTP=GLOB(0x84f9b64)<<< [EMAIL PROTECTED]  Archives for the following 
software are 
Net::FTP=GLOB(0x84f9b64)<<< 220-available on this machine:
Net::FTP=GLOB(0x84f9b64)<<< 220-   
Net::FTP=GLOB(0x84f9b64)<<< 220-o Debian/GNU Linux distribution
Net::FTP=GLOB(0x84f9b64)<<< 220-
Net::FTP=GLOB(0x84f9b64)<<< 220-  http    http://ftp.egr.msu.edu/debian/
Net::FTP=GLOB(0x84f9b64)<<< 220-  ftp     ftp://ftp.egr.msu.edu//
Net::FTP=GLOB(0x84f9b64)<<< 220-  rsync   ftp.egr.msu.edu::debian/
Net::FTP=GLOB(0x84f9b64)<<< 220-
Net::FTP=GLOB(0x84f9b64)<<< 220-o Previous Debian/GNU Linux distributions
Net::FTP=GLOB(0x84f9b64)<<< 220-
Net::FTP=GLOB(0x84f9b64)<<< 220-  http    http://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84f9b64)<<< 220-  ftp     ftp://ftp.egr.msu.edu/debian-archive/
Net::FTP=GLOB(0x84f9b64)<<< 220-  rsync   ftp.egr.msu.edu::debian-archive/
Net::FTP=GLOB(0x84f9b64)<<< 220-
Net::FTP=GLOB(0x84f9b64)<<< 220-If your machine logs a port scan from the IP 
35.9.37.225 (this server)
Net::FTP=GLOB(0x84f9b64)<<< 220-to ports 2000 - 3000, it is because your ftp 
client (Netscape, Internet
Net::FTP=GLOB(0x84f9b64)<<< 220-Explorer) uses non-passive ftp and your machine 
or firewall only allows
Net::FTP=GLOB(0x84f9b64)<<< 220-passive ftp.  STOP reporting this as abuse.
Net::FTP=GLOB(0x84f9b64)<<< 220 
Net::FTP=GLOB(0x84f9b64)>>> user anonymous
Net::FTP=GLOB(0x84f9b64)<<< 331 Please specify the password.
Net::FTP=GLOB(0x84f9b64)>>> PASS ....
Net::FTP=GLOB(0x84f9b64)<<< 230 Login successful.
Net::FTP=GLOB(0x84f9b64)>>> CWD /debian
Net::FTP=GLOB(0x84f9b64)<<< 250 Directory successfully changed.
Net::FTP=GLOB(0x84f9b64)>>> TYPE I
Net::FTP=GLOB(0x84f9b64)<<< 200 Switching to Binary mode.
Net::FTP=GLOB(0x84f9b64)>>> PASV
Net::FTP=GLOB(0x84f9b64)<<< 227 Entering Passive Mode (35,9,37,225,119,227)
Net::FTP=GLOB(0x84f9b64)>>> NLST
Net::FTP=GLOB(0x84f9b64)<<< 150 Here comes the directory listing.
Net::FTP=GLOB(0x84f9b64)<<< 226 Directory send OK.
Net::FTP=GLOB(0x851b8a0)<<< 220 Welcome to mirrors.kernel.org.
Net::FTP=GLOB(0x851b8a0)>>> user anonymous
Net::FTP=GLOB(0x851b8a0)<<< 331 Please specify the password.
Net::FTP=GLOB(0x851b8a0)>>> PASS ....
Net::FTP=GLOB(0x851b8a0)<<< 230-                Welcome to the mirror archives 
of the
Net::FTP=GLOB(0x851b8a0)<<< 230-                        LINUX KERNEL ARCHIVES
Net::FTP=GLOB(0x851b8a0)<<< 230-                          mirrors.kernel.org
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-This site contains mirrors of other archives.  
If you are looking for
Net::FTP=GLOB(0x851b8a0)<<< 230-   the Linux Kernel Archives, please go to 
ftp.kernel.org instead.
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-           IF YOU'RE ACCESSING THIS SITE VIA A 
WEB BROWSER
Net::FTP=GLOB(0x851b8a0)<<< 230-                PLEASE USE THE HTTP URL BELOW 
INSTEAD!
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-This site is provided as a public service by 
the Kernel Dot Org
Net::FTP=GLOB(0x851b8a0)<<< 230-Organization, Inc.  Bandwidth is provided by 
The Internet Software
Net::FTP=GLOB(0x851b8a0)<<< 230-Consortium, Inc.  This server is located in San 
Francisco, California,
Net::FTP=GLOB(0x851b8a0)<<< 230-USA; use in violation of any applicable laws 
strictly prohibited.
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-Due to U.S. Exports Regulations, all 
cryptographic software on this
Net::FTP=GLOB(0x851b8a0)<<< 230-site is subject to the following legal notice:
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-    This site includes publicly available 
encryption source code
Net::FTP=GLOB(0x851b8a0)<<< 230-    which, together with object code resulting 
from the compiling of
Net::FTP=GLOB(0x851b8a0)<<< 230-    publicly available source code, may be 
exported from the United
Net::FTP=GLOB(0x851b8a0)<<< 230-    States under License Exception "TSU" 
pursuant to 15 C.F.R. Section
Net::FTP=GLOB(0x851b8a0)<<< 230-    740.13(e).
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-This legal notice applies to cryptographic 
software only.  Please see
Net::FTP=GLOB(0x851b8a0)<<< 230-the Bureau of Export Administration 
(http://www.bxa.doc.gov/) for more
Net::FTP=GLOB(0x851b8a0)<<< 230-information about current U.S. regulations.
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-Neither the Kernel Dot Org Organization, Inc. 
nor its sponsors make no
Net::FTP=GLOB(0x851b8a0)<<< 230-guarantees, explicit or implicit, about the 
contents of this site.
Net::FTP=GLOB(0x851b8a0)<<< 230-Use at your own risk.
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-This site is accessible via the following 
mechanisms:
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-        FTP             
ftp://mirrors.kernel.org/
Net::FTP=GLOB(0x851b8a0)<<< 230-        HTTP            
http://mirrors.kernel.org/
Net::FTP=GLOB(0x851b8a0)<<< 230-        RSYNC           
rsync://mirrors.kernel.org/mirrors/
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230-For comments on this site, please contact 
<[EMAIL PROTECTED]>.
Net::FTP=GLOB(0x851b8a0)<<< 230-Please do not use this address for questions 
that are not related to
Net::FTP=GLOB(0x851b8a0)<<< 230-the operation of this site.  Please see our 
homepage at
Net::FTP=GLOB(0x851b8a0)<<< 230-http://www.kernel.org/ for links to Linux 
documentation resources.
Net::FTP=GLOB(0x851b8a0)<<< 230-
Net::FTP=GLOB(0x851b8a0)<<< 230 Login successful.
Net::FTP=GLOB(0x851b8a0)>>> CWD /
Net::FTP=GLOB(0x851b8a0)<<< 250 Directory successfully changed.
Net::FTP=GLOB(0x851b8a0)>>> TYPE I
Net::FTP=GLOB(0x851b8a0)<<< 200 Switching to Binary mode.
Net::FTP=GLOB(0x851b8a0)>>> PASV
Net::FTP=GLOB(0x851b8a0)<<< 227 Entering Passive Mode (204,152,191,7,58,177)
Net::FTP=GLOB(0x851b8a0)>>> NLST
Net::FTP=GLOB(0x851b8a0)<<< 150 Here comes the directory listing.
Net::FTP=GLOB(0x851b8a0)<<< 226 Directory send OK.
L: #index.html# CPAN LDP centos cpan debian debian-cd fedora fedora.us 
fedoralegacy gnu ibiblio index.html knoppix lost+found mandrake metalab 
oldlinux opensuse pub redhat robots.txt sources.redhat.com sourceware suse 
ubuntu ubuntu-releases welcome.msg at t/ls.t line 34.
ftp.x.org at t/ls.t line 45.
Net::FTP=GLOB(0x851bf6c)<<< 220 ProFTPD 1.2.10 Server (X.Org) [18.7.25.161]
Net::FTP=GLOB(0x851bf6c)>>> user anonymous
Net::FTP=GLOB(0x851bf6c)<<< 331 Anonymous login ok, send your complete email 
address as your password.
Net::FTP=GLOB(0x851bf6c)>>> PASS ....
Net::FTP=GLOB(0x851bf6c)<<< 230-
Net::FTP=GLOB(0x851bf6c)<<< 230-Welcome to ftp.x.org, the X11 anonymous FTP 
archive of X.Org.
Net::FTP=GLOB(0x851bf6c)<<< 230-
Net::FTP=GLOB(0x851bf6c)<<< 230-PLEASE NOTE THE INCOMING FACILITY IS PRESENTLY 
UNAVAILABLE 
Net::FTP=GLOB(0x851bf6c)<<< 230-
Net::FTP=GLOB(0x851bf6c)<<< 230-All activity is logged with your host name and 
email address.
Net::FTP=GLOB(0x851bf6c)<<< 230-
Net::FTP=GLOB(0x851bf6c)<<< 230-REPORTING PROBLEMS - Please report all problems 
to [EMAIL PROTECTED]
Net::FTP=GLOB(0x851bf6c)<<< 230-
Net::FTP=GLOB(0x851bf6c)<<< 230-LOGIN PROBLEMS - If your FTP client crashes or 
hangs shortly after 
Net::FTP=GLOB(0x851bf6c)<<< 230-login, try using a dash (-) as the first 
character of your password.  
Net::FTP=GLOB(0x851bf6c)<<< 230-This turns off the informational messages that 
may be confusing 
Net::FTP=GLOB(0x851bf6c)<<< 230-your ftp client.
Net::FTP=GLOB(0x851bf6c)<<< 230-
Net::FTP=GLOB(0x851bf6c)<<< 230 Anonymous access granted, restrictions apply.
Net::FTP=GLOB(0x851bf6c)>>> CWD /pub
Net::FTP=GLOB(0x851bf6c)<<< 250 CWD command successful
Net::FTP=GLOB(0x851bf6c)>>> TYPE I
Net::FTP=GLOB(0x851bf6c)<<< 200 Type set to I
Net::FTP=GLOB(0x851bf6c)>>> PASV
Net::FTP=GLOB(0x851bf6c)<<< 227 Entering Passive Mode (18,7,25,161,161,52).
Net::FTP=GLOB(0x851bf6c)>>> NLST
Net::FTP=GLOB(0x851bf6c)<<< 150 Opening BINARY mode data connection for file 
list
Net::FTP=GLOB(0x851bf6c)<<< 226 Transfer complete.
ftp.xemacs.org at t/ls.t line 45.
Net::FTP=GLOB(0x851be04)<<< 220 ProFTPD 1.2.9 Server (ProFTPD on ftp.tux.org) 
[gwyn.tux.org]
Net::FTP=GLOB(0x851be04)>>> user anonymous
Net::FTP=GLOB(0x851be04)<<< 331 Anonymous login ok, send your complete email 
address as your password.
Net::FTP=GLOB(0x851be04)>>> PASS ....
Net::FTP=GLOB(0x851be04)<<< 230-@(#)$Id: welcome.msg,v 1.7 2002/12/11 20:50:19 
root Exp $
Net::FTP=GLOB(0x851be04)<<< 
230-+--------------------------------------------------------------------------+
Net::FTP=GLOB(0x851be04)<<< 230-|                       Welcome to ftp.tux.org! 
                           |
Net::FTP=GLOB(0x851be04)<<< 
230-+--------------------------------------------------------------------------+
Net::FTP=GLOB(0x851be04)<<< 230-| This server and its network connection have 
been graciously donated by:  |
Net::FTP=GLOB(0x851be04)<<< 230-|       VA Linux (now VA Software, 
http://www.vasoftware.com) and          |
Net::FTP=GLOB(0x851be04)<<< 230-|       RCN Corporation http://www.rcn.com      
                           |
Net::FTP=GLOB(0x851be04)<<< 230-|                                               
                           |
Net::FTP=GLOB(0x851be04)<<< 230-| It is administered by Linux user groups in 
the East Coast of the USA on  |
Net::FTP=GLOB(0x851be04)<<< 230-| behalf of their members and the Linux 
community worldwide.               |
Net::FTP=GLOB(0x851be04)<<< 230-|                                               
                           |
Net::FTP=GLOB(0x851be04)<<< 230-| The goal of this FTP site is to provide 
timely mirrors of Linux-related  |
Net::FTP=GLOB(0x851be04)<<< 230-| software from all over the world.  It is not 
a complete mirror of all of |
Net::FTP=GLOB(0x851be04)<<< 230-| the large sites; instead it combines mirrors 
of the most important parts |
Net::FTP=GLOB(0x851be04)<<< 230-| of the large FTP archives with direct nightly 
mirrors of many smaller,   |
Net::FTP=GLOB(0x851be04)<<< 230-| harder-to-find sites plus a growing amount of 
original content.          |
Net::FTP=GLOB(0x851be04)<<< 230-|                                               
                           |
Net::FTP=GLOB(0x851be04)<<< 230-| If there is something Linux-related you would 
like to have added to the  |
Net::FTP=GLOB(0x851be04)<<< 230-| mirror or if you see a problem with something 
already mirrored here,     |
Net::FTP=GLOB(0x851be04)<<< 230-| please contact <[EMAIL PROTECTED]>.           
                                 |
Net::FTP=GLOB(0x851be04)<<< 230-|                                               
                           |
Net::FTP=GLOB(0x851be04)<<< 230-| You are user number 16 out of a possible 120. 
 All transfers to          |
Net::FTP=GLOB(0x851be04)<<< 230-| and from this archive are logged.  If you 
don't like this then           |
Net::FTP=GLOB(0x851be04)<<< 230-| disconnect now.                               
                           |
Net::FTP=GLOB(0x851be04)<<< 230-|                                               
                           |
Net::FTP=GLOB(0x851be04)<<< 230-| Usage of this server for illegal activities 
is prohibited and will       |
Net::FTP=GLOB(0x851be04)<<< 230-| be prosecuted to the fullest extent of the 
law.                          |
Net::FTP=GLOB(0x851be04)<<< 
230-+--------------------------------------------------------------------------+
Net::FTP=GLOB(0x851be04)<<< 230-
Net::FTP=GLOB(0x851be04)<<< 230-@(#)$Id: welcome.msg,v 1.7 2002/12/11 20:50:19 
root Exp $
Net::FTP=GLOB(0x851be04)<<< 230 Anonymous access granted, restrictions apply.
Net::FTP=GLOB(0x851be04)>>> CWD /pub
Net::FTP=GLOB(0x851be04)<<< 250 CWD command successful.
Net::FTP=GLOB(0x851be04)>>> TYPE I
Net::FTP=GLOB(0x851be04)<<< 200 Type set to I
Net::FTP=GLOB(0x851be04)>>> PASV
Net::FTP=GLOB(0x851be04)<<< 227 Entering Passive Mode (207,172,156,133,178,107).
Net::FTP=GLOB(0x851be04)>>> NLST
Can't use an undefined value as a symbol reference at 
/home/src/perl/repoperls/installed-perls/perl/p3ZIvfN/[EMAIL 
PROTECTED]/lib/5.9.5/Net/FTP/dataconn.pm line 53.
# Looks like you planned 4 tests but only ran 2.
# Looks like your test died just after 2.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-4
        Failed 2/4 tests, 50.00% okay
t/xfer.......$common = {
            'Type' => 'I',
            'RemoteDir' => '/debian',
            'User' => 'anonymous',
            'Pass' => '[EMAIL PROTECTED]',
            'Host' => 'ftp.us.debian.org'
          };
$netftp = {
            'Debug' => 1,
            'Timeout' => 120
          };
Net::FTP::Common::VERSION = 5.32 at 
/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a/blib/lib/Net/FTP/Common.pm line 
50.
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>>   Exporter(5.59)
Net::FTP>>>   Net::Cmd(2.26_01)
Net::FTP>>>   IO::Socket::INET(1.31)
Net::FTP>>>     IO::Socket(1.30_01)
Net::FTP>>>       IO::Handle(1.27)
Net::FTP=GLOB(0x84a79f0)<<< 220 ftp.ddj.com FTP server (BSDI Version 7.00LS) 
ready.
Net::FTP=GLOB(0x84a79f0)>>> user anonymous
Net::FTP=GLOB(0x84a79f0)<<< 331 Guest login ok, send your email address as 
password.
Net::FTP=GLOB(0x84a79f0)>>> PASS ....
Net::FTP=GLOB(0x84a79f0)<<< 230 Guest login ok, access restrictions apply.
Net::FTP=GLOB(0x84a79f0)>>> CWD /
Net::FTP=GLOB(0x84a79f0)<<< 250- 
Net::FTP=GLOB(0x84a79f0)<<< 250-     
*******************************************************************
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *        DDJ files and material are 
available at                  *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                http://www.ddj.com/       
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *             please go there for access   
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *        Questions may be addressed to 
[EMAIL PROTECTED]            *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                        Thanks!           
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84a79f0)<<< 250-     
*******************************************************************
Net::FTP=GLOB(0x84a79f0)<<< 250- 
Net::FTP=GLOB(0x84a79f0)<<< 250- 
Net::FTP=GLOB(0x84a79f0)<<< 250 CWD command successful.
Net::FTP=GLOB(0x84a79f0)>>> TYPE I
Net::FTP=GLOB(0x84a79f0)<<< 200 Type set to I.
Net::FTP=GLOB(0x84a79f0)>>> PASV
Net::FTP=GLOB(0x84a79f0)<<< 227 Entering Passive Mode (199,125,85,76,236,58)
Net::FTP=GLOB(0x84a79f0)>>> RETR README
Net::FTP=GLOB(0x84a79f0)<<< 150 Opening BINARY mode data connection for 
'README' (867 bytes).
Net::FTP=GLOB(0x84a79f0)<<< 226 Transfer complete.
Net::FTP=GLOB(0x84c9ca8)<<< 220 ftp.ddj.com FTP server (BSDI Version 7.00LS) 
ready.
Net::FTP=GLOB(0x84c9ca8)>>> user anonymous
Net::FTP=GLOB(0x84c9ca8)<<< 331 Guest login ok, send your email address as 
password.
Net::FTP=GLOB(0x84c9ca8)>>> PASS ....
Net::FTP=GLOB(0x84c9ca8)<<< 230 Guest login ok, access restrictions apply.
Net::FTP=GLOB(0x84c9ca8)>>> CWD /
Net::FTP=GLOB(0x84c9ca8)<<< 250- 
Net::FTP=GLOB(0x84c9ca8)<<< 250-     
*******************************************************************
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *        DDJ files and material are 
available at                  *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                http://www.ddj.com/       
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *             please go there for access   
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *        Questions may be addressed to 
[EMAIL PROTECTED]            *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                        Thanks!           
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x84c9ca8)<<< 250-     
*******************************************************************
Net::FTP=GLOB(0x84c9ca8)<<< 250- 
Net::FTP=GLOB(0x84c9ca8)<<< 250- 
Net::FTP=GLOB(0x84c9ca8)<<< 250 CWD command successful.
Net::FTP=GLOB(0x84c9ca8)>>> TYPE I
Net::FTP=GLOB(0x84c9ca8)<<< 200 Type set to I.
Net::FTP=GLOB(0x84c9ca8)>>> PASV
Net::FTP=GLOB(0x84c9ca8)<<< 227 Entering Passive Mode (199,125,85,76,236,59)
Net::FTP=GLOB(0x84c9ca8)>>> RETR README
Net::FTP=GLOB(0x84c9ca8)<<< 150 Opening BINARY mode data connection for 
'README' (867 bytes).
Net::FTP=GLOB(0x84c9ca8)<<< 226 Transfer complete.
Net::FTP=GLOB(0x8428184)<<< 220 ftp.ddj.com FTP server (BSDI Version 7.00LS) 
ready.
Net::FTP=GLOB(0x8428184)>>> user anonymous
Net::FTP=GLOB(0x8428184)<<< 331 Guest login ok, send your email address as 
password.
Net::FTP=GLOB(0x8428184)>>> PASS ....
Net::FTP=GLOB(0x8428184)<<< 230 Guest login ok, access restrictions apply.
Net::FTP=GLOB(0x8428184)>>> CWD /
Net::FTP=GLOB(0x8428184)<<< 250- 
Net::FTP=GLOB(0x8428184)<<< 250-     
*******************************************************************
Net::FTP=GLOB(0x8428184)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *        DDJ files and material are 
available at                  *
Net::FTP=GLOB(0x8428184)<<< 250-     *                http://www.ddj.com/       
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *             please go there for access   
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *        Questions may be addressed to 
[EMAIL PROTECTED]            *
Net::FTP=GLOB(0x8428184)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *                        Thanks!           
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     *                                          
                       *
Net::FTP=GLOB(0x8428184)<<< 250-     
*******************************************************************
Net::FTP=GLOB(0x8428184)<<< 250- 
Net::FTP=GLOB(0x8428184)<<< 250- 
Net::FTP=GLOB(0x8428184)<<< 250 CWD command successful.
Net::FTP=GLOB(0x8428184)>>> TYPE I
Net::FTP=GLOB(0x8428184)<<< 200 Type set to I.
Net::FTP=GLOB(0x8428184)>>> PASV
Net::FTP=GLOB(0x8428184)<<< 227 Entering Passive Mode (199,125,85,76,236,60)
Net::FTP=GLOB(0x8428184)>>> RETR README
Net::FTP=GLOB(0x8428184)<<< 150 Opening BINARY mode data connection for 
'README' (867 bytes).
Net::FTP=GLOB(0x8428184)<<< 226 Transfer complete.
ok
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/ls.t       255 65280     4    4  3-4
Failed 1/5 test scripts. 2/11 subtests failed.
Files=5, Tests=11, 229 wallclock secs ( 1.33 cusr +  0.12 csys =  1.45 CPU)
Failed 1/5 test programs. 2/11 subtests failed.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/home/k/.cpan/build/Net-FTP-Common-5.32-ULlD9a'


--

Summary of my perl5 (revision 5 version 9 subversion 5) configuration:
  Platform:
    osname=linux, osvers=2.6.17-2-k7, archname=i686-linux-64int
    uname='linux k75 2.6.17-2-k7 #1 smp thu aug 31 13:27:53 utc 2006 i686 
gnulinux '
    
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/p3ZIvfN/[EMAIL
 PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des 
-Duse64bitint -Dusedevel'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061028 (prerelease) (Debian 4.1.1-19)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to