Can't run a program from a PAR archive

2009-04-20 Thread Octavian Râşniţă
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\T7parl t7.par script/t7_server.pl Can't

Re: Can't run a program from a PAR archive

2009-04-20 Thread Roderich Schupp
2009/4/20 Octavian Râşniţă orasn...@gmail.com: 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... Can't locate mro.pm in

Re: Can't run a program from a PAR archive

2009-04-20 Thread Octavian Râşniţă
From: Roderich Schupp roderich.sch...@googlemail.com 2009/4/20 Octavian Râşniţă orasn...@gmail.com: 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

Re: Can't run a program from a PAR archive

2009-04-20 Thread Octavian Râşniţă
From: Roderich Schupp roderich.sch...@googlemail.com 2009/4/20 Octavian Râşniţă orasn...@gmail.com: I created the .par archive of that Catalyst app using: perl Makefile.PL nmake nmake test nmake catalyst_par OK, you probably started off developing your app by running catalyst.pl right? That

Re: Can't run a program from a PAR archive

2009-04-20 Thread Roderich Schupp
2009/4/20 Octavian Râşniţă orasn...@gmail.com: Thank you. This way it works (even though not well), however I don't think I should add that line, because I tried to run the perl script from the PAR archive on the same machine it was created, immediately after creating it, in the same location