Running just the test did not pass the test phase, but it did unrap the
.gz file into C:\perl\cpan\build\PAR-0.970_01, from which I could try to
test it.
The "nmake test" passed, and the nmake install passed. However, it does
not work.
---------------paste
C:\temp>pp -o aaa.exe aaa.pl
Set up gcc environment - 3.4.2 (mingw-special)
Undefined subroutine &DynaLoader::dl_findfile called at
C:/perl/lib/DynaLoader.pm line 194.
Compilation failed in require at C:/perl/lib/IO/Handle.pm line 262.
BEGIN failed--compilation aborted at C:/perl/lib/IO/Handle.pm line 262.
Compilation failed in require at C:/perl/lib/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at C:/perl/lib/IO/Seekable.pm line 101.
Compilation failed in require at C:/perl/lib/IO/File.pm line 133.
BEGIN failed--compilation aborted at C:/perl/lib/IO/File.pm line 133.
Compilation failed in require at -e line 313.
------------------end paste
The file aaa.pl is pasted below.
-----------------------paste
#!/usr/bin/perl -w
print "Hello\n";
------------------end paste
m.nooning wrote:
It did not work. If you email the .gz to me I will try to figure out
what the error is.
CPAN.pm: Going to build S/SM/SMUELLER/PAR-0.970_01.tar.gz
Set up gcc environment - 3.4.2 (mingw-special)
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- File::Temp ...loaded. (0.16 >= 0.05)
- Compress::Zlib ...loaded. (1.42 >= 1.16)
- Archive::Zip ...loaded. (1.16 >= 1)
- PAR::Dist ...loaded. (0.21 >= 0.21)
[Digital signature support]
- Digest ...loaded. (1.05)
- Module::Signature ...loaded. (0.53)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for PAR
-- OK
Running make test
test -- NOT OK
Steffen Mueller wrote:
Hi [email protected],
I just sent PAR-0.970_01.tar.gz to PAUSE. It contains a fix for the
recent issues with AutoLoader (freezing during global destruction).
Please test so I can make a PAR-0.971 release. ("test
S/SM/SMUELLER/PAR-0.970_01.tar.gz" from the CPAN shell should do.)
Thanks!
Steffen