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/


Reply via email to