[ANNOUNCE] Travel Threads

2004-08-02 Thread Garth Webb
that users report all bugs, frustrations, ideas and questions! Garth Webb -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: ANNOUNCE: Krang v1.017 Released

2004-04-30 Thread Garth Webb
On Fri, 2004-04-30 at 14:51, Stas Bekman wrote: > Perrin Harkins wrote: > > On Fri, 2004-04-30 at 17:35, Garth Webb wrote: > > > >>Maybe I'm not familiar enough with it, but isn't Krang an online > >>publishing application that uses one or more mod_pe

Re: ANNOUNCE: Krang v1.017 Released

2004-04-30 Thread Garth Webb
rl developer, I could use), but Krang is the first application for which I've seen announcements. I'm just curious, since there are some mod_perl based projects I'm working on that I'd like to give some exposure when they are complete. Thanks! Garth Webb -- Report problems

Re: Simple gallery module

2004-04-06 Thread Garth Webb
walk-through after finishing the game on your own. Anyway, for anyone who would like to try this out, check out the article if you want help with the setup! On Mon, 2004-04-05 at 10:03, Drew Taylor wrote: > Garth Webb wrote: > > Hi, does anyone have any suggestions for a simple gallery mod

Simple gallery module

2004-04-05 Thread Garth Webb
ry, but it depends on Image::Imlib2 which fails to build on two different machines I've tried. Thanks! -- |- Garth Webb -| |- [EMAIL PROTECTED] -| signature.asc Description: This is a digitally signed message part

Re: Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Garth Webb
On Wed, 2004-03-31 at 12:04, Stas Bekman wrote: > Garth Webb wrote: > > On Tue, 2004-03-30 at 19:28, Stas Bekman wrote: > > > >>Garth Webb wrote: > >> > >>>I have a question about Apache::StatINC and reloading exported methods. > >>

Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Garth Webb
On Tue, 2004-03-30 at 19:28, Stas Bekman wrote: > Garth Webb wrote: > > I have a question about Apache::StatINC and reloading exported methods. > > Garth, Apache::StatINC is deprecated and no longer maintained. Please use > Apache::Reload instead (mp1 version on CPAN, mp2 ve

Exported methods don't reload under Apache::StatINC

2004-03-30 Thread Garth Webb
ontent-Type: text/plain\n\n"; print "Calling test function: "; testit(); print "Done\n"; and this is the test module: package TestINC; BEGIN { use Exporter (); use vars qw(@ISA @EXPORT); @ISA= qw(Exporter); @EXPORT = qw(testit); } sub testit

Apache::Registry vs Other PerlHandlers (Was: Re: [OT] Re: Shared Module Vars, Missing Object Methods?)

2004-02-17 Thread Garth Webb
time was spent in Text::Tmpl, so its not our code (though that can always stand improvements). If anyone knows of any other simple C-based templating systems they use and like, I'd be interested to hear about it! -- |- Garth Webb -| |- [EMAIL PROTECTED] -| signature.asc Description: This is a digitally signed message part

Re: [OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-17 Thread Garth Webb
On Sat, 2004-02-14 at 09:32, Ged Haywood wrote: > Hi there, > > On Fri, 13 Feb 2004, Garth Webb wrote: > > > So what is a good alternative to Apache::Registry? My impression was > > that this is the thing to use unless you want the extra functionality of > > someth

[OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-13 Thread Garth Webb
If I wrote a generalized handler, I'd just be reinventing Apache::Registry. Has someone reinvented Apache::Registry in a way that isn't a horrible hack? -- |- Garth Webb -| |- [EMAIL PROTECTED] -| signature.asc Description: This is a digitally signed message part

RE: Sections

2004-02-10 Thread Garth Webb
> } else { > $Location{"/"} = { > AuthType => "Basic", > require => "valid-user", > AuthName => "testing", > AuthUserFile => "www/secure/passwd", > AuthGroupFile => "www/secure/group", > }; > } > -- |- Garth Webb -| |- [EMAIL PROTECTED] -| signature.asc Description: This is a digitally signed message part

Re: Handlers vs Perl scripts

2004-01-27 Thread Garth Webb
sk of breaking your already working Perl code, or worst introducing a hidden bug. Additionally if you have a programmer and a designer, mixing HTML and Perl means that your designer has to be a decent coder and the coder has to be a decent designer. That's why its a bad idea! :) -- |- Garth Webb -| |- [EMAIL PROTECTED] -| signature.asc Description: This is a digitally signed message part