Re: Deploy Perl script on Windows

2007-07-01 Thread smueller
On Jun 8, 5:27 pm, [EMAIL PROTECTED] (Chas Owens) wrote: > On 6/8/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > > > Search forPARon search.cpan.org. > > Having just done this, I can tell you that thePARshipped by > ActiveState is not up topar. You will need to installPARandPAR::Packer > manua

Re: Deploy Perl script on Windows

2007-06-08 Thread Chas Owens
On 6/8/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: Search for PAR on search.cpan.org. Having just done this, I can tell you that the PAR shipped by ActiveState is not up to par. You will need to install PAR and PAR::Packer manually. I don't believe there are any XS based modules, so you s

Re: Deploy Perl script on Windows

2007-06-08 Thread Octavian Rasnita
Search for PAR on search.cpan.org. Octavian - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, June 07, 2007 11:37 PM Subject: Deploy Perl script on Windows Hi, I'm currently learning Perl on win32 with ActiveState's ActivePerl 5.8.8 and I was wondering what is nee