Re: multiple scripts in one PAR arhive

2004-02-10 Thread Nathan Byrd
Raptor, Sorry for the *very* late reply. Please see my answers below. On Mon, 2004-01-19 at 03:17, raptor wrote: > could I put multiple scripts into one PAR. ?. Yes - a PAR file is just a zip file, files can be added either with a normal zip utility or with the "pp" program. > What if one of t

Re: Perl Server Pages with Apache::PAR

2004-04-27 Thread Nathan Byrd
ias /myapp/static/ ##UNPACKDIR##/ SetOutputFilter INCLUDES Order allow,deny Allow from all Thank you, Nathan Byrd On Tue, 2004-04-27 at 08:39, Mauro de Toledo Ribeiro wrote: > Hello Everyone !! > > I´m new to PAR and I trying to use it in a Win32 environment...(Apache 2.0.48 > com

Re: Upcoming PAR tutorial on TPC7 (7th Perl Conference)

2003-03-22 Thread Nathan Byrd
nfiguration options and introduce a new one - I'll make sure and send an update to the list when it is released, in case you have time to make updates to any slides you might have on Apache::PAR for the conference. Thanks, -- Nathan Byrd <[EMAIL PROTECTED]>

[ANNOUNCE] Apache::PAR 0.12

2003-03-27 Thread Nathan Byrd
PROTECTED]) Sourceforge forums: http://sourceforge.net/projects/apache-par/ Thanks, -- Nathan Byrd <[EMAIL PROTECTED]>

Re: pp now works with Apache::PAR! (and a patch)

2003-06-02 Thread Nathan Byrd
htened training budgets (I know that's it for me anyway :-) > Much kudos for all your work in Apache::PAR. :-) > Thank you! Apache::PAR is just a little subproject for your great efforts with PAR.pm though. Thank you for all your hard work. Thanks, Nathan -- Nathan Byrd <[EMAIL PROTECTED]>

Re: Survey: Ideas and wishlist for 0.7x

2003-06-02 Thread Nathan Byrd
roach could we force a symbol entry for each package so a module author could check for that? For instance, if the DBI package was found and loaded from a PAR archive, it would create a scalar in the DBI symbol table something like $DBI::PAR = "/path/to/par/file.par";. Thanks, -- Nathan Byrd <[EMAIL PROTECTED]>

Re: Survey: Ideas and wishlist for 0.7x

2003-06-07 Thread Nathan Byrd
with PAR are prefixed by loader/[ref] - I'd rather not rely on a string like that to determine whether we are in a PAR archive, plus it doesn't tell me which archive we are in. Maybe I could use something like that in conjunction with a list in PAR's namespace though... Thanks, -- Nathan Byrd <[EMAIL PROTECTED]>

Re: Survey: Ideas and wishlist for 0.7x

2003-06-07 Thread Nathan Byrd
On Thu, 2003-06-05 at 06:00, Autrijus Tang wrote: > On Sun, Jun 01, 2003 at 10:47:59AM -0500, Nathan Byrd wrote: > > Additionally, I could see a benefit for non-web based PAR files. For > > base modules, CPAN modules, etc which are included into a PAR archive, > > they

Perl foundation grants

2003-06-07 Thread Nathan Byrd
/06/06/0223225 >From the article: Allison writes "The Perl Foundation is pleased to announce 5 grants approved in May 2003. [snip] Autrijus Tang - for adding pubkeys to CPAN.pm, Module::Build, and PAR. [snip] Thanks, -- Nathan Byrd <[EMAIL PROTECTED]>

Reload changed .par files

2003-08-10 Thread Nathan Byrd
sure whether you would want to advertise it as available or not. If you have any questions, please let me know. Thanks, Nathan Byrd --- PAR.pm.origWed Aug 06 17:08:44 2003 +++ PAR.pmSun Aug 10 21:02:24 2003 @@ -136,7 +136,7 @@ =cut use vars qw(@PAR_INC); # explicitly state

Re: Reload changed .par files

2003-08-14 Thread Nathan Byrd
PAR -PARDir /opt/myapp -PARFile /opt/myapp/myapp.par + +=item * + +Alternate configuration inside C: + +use Apache::PAR qw( +/opt/myapp/myapp.par +/opt/anotherapp +); =item * Autrijus Tang wrote: On Sun, Aug 10, 2003 at 11:40:58PM -0500, Nathan Byr

[ANNOUNCE] Apache::PAR 0.30 released

2003-08-30 Thread Nathan Byrd
esult of this change, PAR .74 is currently the minimum allowed version for use with Apache::PAR. Please see the documentation for Apache::PAR for more information on these new features. If you have any questions, or to report an issue, please let me know via email or posting to [EMAIL PROTECTED] Thank you, Nathan Byrd

Re: Can't spawn parl.exe: No error at c:\Perl\bin\pp line 372

2003-09-28 Thread Nathan Byrd
In case it helps, it looks like parl.exe runs consistently for me on WinXPPro. I don't have your program to try, but running pp on simple scripts and executing them also appears to work correctly. Setup: OS: WinXPPro Perl: Activestate 5.8.0 Built 00:45:44 Mar 31, 2003 PAR: 0.75 (from binary) I