Re: ModPerl::PackageRegistry 0.01 released (was Re: registry agony continues...)

2005-10-31 Thread Tyler MacDonald
Perrin Harkins <[EMAIL PROTECTED]> wrote: > > http://search.cpan.org/~CRAKRJACK/ModPerl-PackageRegistry-0.01/ > See also, Apache::Dispatch. Not ported to mp2 yet, I think. Nice. :-) Geoffrey is using a slightly different model than me (having multiple pages inside one class, different

Re: ModPerl::PackageRegistry 0.01 released (was Re: registry agony continues...)

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 11:57 -0800, Tyler MacDonald wrote: > What a fun problem to solve. Instead of banging my head against the > wall trying to get things to compile at runtime, I stopped using > ModPerl::Registry entirely and switched to defining my own pacakges with > handlers. Problem sol

ModPerl::PackageRegistry 0.01 released (was Re: registry agony continues...)

2005-10-31 Thread Tyler MacDonald
What a fun problem to solve. Instead of banging my head against the wall trying to get things to compile at runtime, I stopped using ModPerl::Registry entirely and switched to defining my own pacakges with handlers. Problem solved. Of course, how do I map these things to URLs now? I ended u