Re: [mp2] migrating mp1 RequestRec::notes() to mp2

2004-03-23 Thread Stas Bekman
Geoffrey Young wrote: Michael Taylor wrote: I am having problems trying to migrate some Perl code (that I didn't write) from mod_perl 1 (and libapreq 1) to mod_perl 2 (and libapreq2). I don't understand why I having problems with this simple code example. $apr->notes( 'mm_secure' => 0 );

Re: [mp2] migrating mp1 RequestRec::notes() to mp2

2004-03-23 Thread Geoffrey Young
Michael Taylor wrote: > I am having problems trying to migrate some Perl code (that I didn't write) from > mod_perl 1 (and libapreq 1) to mod_perl 2 (and libapreq2). > > I don't understand why I having problems with this simple code example. > $apr->notes( 'mm_secure' => 0 ); looks lik