Hi,
I've created a .par archive with a Catalyst app under Windows XP Pro with
Perl 5.10.0 but I can't run a program from that archive because it gives an
error.
I think PAR might not use a certain module which is needed...
Here is the error:
E:\web\T7>parl t7.par script/t7_server.pl
Can't locate mro.pm in @INC (@INC contains: CODE(0x135753c)
C:\DOCUME~1\Octavian
\LOCALS~1\Temp\par-Octavian\cache-31f47a759bf1a2dca3b4eddab5538c327ccea7f2\inc\l
ib
C:\DOCUME~1\Octavian\LOCALS~1\Temp\par-Octavian\cache-31f47a759bf1a2dca3b4edd
ab5538c327ccea7f2\inc\arch
C:\DOCUME~1\Octavian\LOCALS~1\Temp\par-Octavian\cache
-31f47a759bf1a2dca3b4eddab5538c327ccea7f2\inc CODE(0x11e6594)
e:\lucru\catalyst\
support\lib . CODE(0x11e6044)) at MRO/Compat.pm line 38.
BEGIN failed--compilation aborted at MRO/Compat.pm line 44.
Compilation failed in require at Class/MOP.pm line 9.
BEGIN failed--compilation aborted at Class/MOP.pm line 9.
Compilation failed in require at Moose/Exporter.pm line 10.
BEGIN failed--compilation aborted at Moose/Exporter.pm line 10.
Compilation failed in require at Moose.pm line 16.
BEGIN failed--compilation aborted at Moose.pm line 16.
Compilation failed in require at Catalyst/Engine/HTTP.pm line 3.
BEGIN failed--compilation aborted at Catalyst/Engine/HTTP.pm line 3.
Compilation failed in require at ./script/t7_server.pl line 6.
BEGIN failed--compilation aborted at ./script/t7_server.pl line 7.
E:\web\T7>
Thank you.
Octavian