CC: | Tom Anderson <tomacorp [...] gmail.com> |
Subject: | Problem with installing Filsys::CygwinPaths |
Date: | Thu, 8 Oct 2009 14:57:57 -0700 |
To: | bug-Filesys-CygwinPaths [...] rt.cpan.org |
From: | Tom Anderson <tomacorp [...] gmail.com> |
Module behaves as expected through:
perl Makefile.PL
make
make test
Problem is with:
make install
it claims that DRY_RUN is set (it isn't) and shows the same info as
make install_dry_run
which is
$ make install
$(DRY_RUN) is set, this is an installation *simulation*.
Here is what would be done:
Files found in blib/arch: installing files in blib/lib into
architecture dependent library tree
Writing /usr/lib/perl5/site_perl/5.8/cygwin/auto/Filesys/CygwinPaths/.packlist
(... more stuff deleted)
cygwin on winxp
perl 5.8.7
Thanks
-Tom Anderson