Just that, there are no paths shown in the directory tree. When
unpacked, I see this:

----------------------------------
C:\camelbox\.cpan\build\tmp-4908>ls -al
total 2320
drwxrwxrwx   1 user     group           0 Jun 18 14:36 .
drwxrwxrwx   1 user     group           0 Jun 18 14:36 ..
-r--r--r--   1 user     group        2061 Jan 30 07:24 000-load.t
-r--r--r--   1 user     group         314 Jan 30 07:24 10-stuff.t
-r--r--r--   1 user     group        9274 Jan 30 07:24 Aggregator.pm
drwxrwxrwx   1 user     group           0 Jun 18 14:36 App
-r--r--r--   1 user     group        1735 Jan 30 07:24 Array.pm
-r--r--r--   1 user     group        1181 Jan 30 07:24 Bailout.pm
-r--r--r--   1 user     group        2228 Jan 30 07:24 Base.pm
-r--r--r--   1 user     group       15424 Jan 30 07:24 Beyond.pod
-r--r--r--   1 user     group        1050 Jan 30 07:24 Build.PL
drwxrwxrwx   1 user     group           0 Jun 18 14:36 Builder
-r--r--r--   1 user     group       42199 Jan 30 07:24 Builder.pm
-r--r--r--   1 user     group       35724 Jan 30 07:24 Changes
-r--r--r--   1 user     group       27433 Jan 30 07:24 Changes-2.64
-r--r--r--   1 user     group        3291 Jan 30 07:24 Color.pm
...
----------------------------------

There were also several name collisions, so not all of the files are
there. There is no chance Make is going to work.

I also have CPAN and Net::PCAP source packages which do show a directory
structure and unpack into the correct directories.

Bob McConnell


-----Original Message-----
From: Jim Gibson [mailto:jimsgib...@gmail.com] 
Sent: Friday, June 18, 2010 2:48 PM
To: beginners@perl.org
Subject: Re: No paths in Test-Harness-3.21.tar

On 6/18/10 Fri  Jun 18, 2010  11:27 AM, "Bob McConnell" <r...@cbord.com>
scribbled:

> I am trying to update Test::Harness from CPAN, but it's not working.
> When I go into the downloaded file at
>
<C:\camelbox\.cpan\sources\authors\id\A\AN\ANDYA\Test-Harness-3.21.tar.g
> z> using WinZip 9.0 SR1 I see a lot of files but no paths. When CPAN
> tries to untar them, it creates the directories in the tmp-????
> directory, but puts all of the files there as well, instead of in the
> directories. Is this tar ball broken?

What do you mean by "no paths"? I downloaded Test-Harness-3.21.tar.gz
directly from CPAN and looked at the contents. Every file is contained
in
the Test-Harness-3.21 directory or a subdirectory thereof (bin,
examples,
inc, lib, t, xt), so every file in the tar listing is preceded by a
path.

Have you tried manually installing the module with:

    perl Makefile.PL
    make
    make test
    make install

(or does that not work on your Windows system?)



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to