Re: PerlSections and Tie::DxHash issue

2005-10-05 Thread Philippe M. Chiasson
Geoffrey Young wrote: > > Scott Wessels wrote: > >>In attempting to implement a complete PerlSections apache configuration, >>I ran into a problem when trying to use multiple >>RewriteCond/RewriteRules and Tie::DxHash >>(http://search.cpan.org/~kruscoe/Tie-DxHash-0.93/lib/Tie/DxHash.pm) in a >>$V

Re: towards a 2.07 release

2005-10-05 Thread Randy Kobes
On Wed, 5 Oct 2005, Steve Hay wrote: Joe Schaefer wrote: [ ... ] IMO submit a tested patch to libapreq's Param.xs that does this (where MY_PLATFORM is suitably defined to match the above): #ifdef MY_PLATFORM #undef PerlLIO_link #define PerlLIO_link(oldname, newname) win32_link(oldname, newn

Re: Dogs

2005-10-05 Thread Philip M. Gollucci
Philip M. Gollucci wrote: http://www.rspca.org.uk/servlet/Satellite?pagename=RSPCA/RSPCARedirect&pg=sharkbait Sorry wrong dev list. Damn it! -- END What doesn't kill us can only make us stronger. Nothing is impos

Dogs

2005-10-05 Thread Philip M. Gollucci
http://www.rspca.org.uk/servlet/Satellite?pagename=RSPCA/RSPCARedirect&pg=sharkbait Sign it -- END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Go

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC

2005-10-05 Thread Philip M. Gollucci
Philip M. Gollucci wrote: I've noticed we include the RELEASE file in the release tarball. I don't believe mod_perl or apreq do. Is this intentional ? Appologies, this was not correct. Too many directories of this thing. -- END

Re: towards a 2.07 release

2005-10-05 Thread Steve Hay
Joe Schaefer wrote: Steve Hay <[EMAIL PROTECTED]> writes: #define PerlLIO_link(oldname, newname)link((oldname), (newname)) #define linkwin32_link Ew. [...] I'm sure not where this needs fixing -- Perl, mod_perl, or libapreq -- but now would be a good time whichever of th