Question about branching

2008-06-28 Thread Torsten Foertsch
Hi, this is an excerpt of our BRANCHING document: > ### > ### make a new branch ### > ### > > we will create a branch mybranch > > branch: > > svn copy https://svn.apache.org/repos/asf/perl/modperl/trunk \ >

Re: possible bug in Apache2::XSLoader and APR::XSLoader

2008-06-28 Thread Torsten Foertsch
On Fri 27 Jun 2008, Philippe M. Chiasson wrote: > > As a result XSLoader tries to load the shared lib from the wrong > > location. > > > > A simple change makes it work as expected: > > > >     goto &XSLoader::load; > > > > This way instead of pushing a new frame on the call stack the current > > (