Re: Not up to PAR

2007-07-01 Thread smueller
On Jun 5, 3:43 pm, [EMAIL PROTECTED] (Jrpfinch) wrote: > I'm sorry you felt the need to reply to this thread - I don't see what > it has to do withPAR. > > Anyway, I got around my problem by using zip instead of pp: > > bash-2.05# zip MetaMonPhaseOne.parMetaMon/PhaseOne.pm MetaMon/ > PhaseOne/* >

Not up to PAR

2007-06-05 Thread jrpfinch
I'm sorry you felt the need to reply to this thread - I don't see what it has to do with PAR. Anyway, I got around my problem by using zip instead of pp: bash-2.05# zip MetaMonPhaseOne.par MetaMon/PhaseOne.pm MetaMon/ PhaseOne/* adding: mydir/PhaseOne.pm (deflated 84%) adding: mydir/PhaseOne/

Re: Not up to PAR

2007-06-05 Thread jrpfinch
Sorry I'm making a terrible mess of this - the same applies even when I spell the module correctly i.e. SetSQL: bash-2.05# /usr/local/bin/perl -e 'use PAR;use lib q(a.par); use SetSQL' Parameter to use lib must be directory, not file at -e line 1 Can't locate SetSQL.pm in @INC (@INC contains: a.pa

Re: Not up to PAR

2007-06-05 Thread jrpfinch
There must be something else obvious that I'm missing: bash-2.05# /usr/local/bin/perl -e "use PAR; use lib q(a.par); use SetSql" Parameter to use lib must be directory, not file at -e line 1 Can't locate SetSql.pm in @INC (@INC contains: a.par CODE(0x817d8f0) / usr/local/lib/perl5/5.8.8/i86p

Re: Not up to PAR

2007-06-04 Thread Tom Phoenix
On 6/4/07, jrpfinch <[EMAIL PROTECTED]> wrote: /usr/local/bin/perl -e "use PAR; use lib "a.par"; use SetSQL;" Can't locate script/SetSQL.pm in @INC (@INC contains: apar Hm. One says "a.par" and one says "apar". That's a clue: Your shell is confused by those four double quote marks, and it's

Not up to PAR

2007-06-04 Thread jrpfinch
I run the following which produces an a.par file: pp -p -n DateGen.pm JythonFeeder.pm MetaMonConfigLoader.pm MetaMonSshConn.pm SetSQL.pm SshConn.pm I move the a.par file to a different directory and check its content: bash-2.05# unzip -l a.par Archive: a.par LengthDateTimeName ---