Re: Testing dual XS/Perl modules

2005-09-26 Thread demerphq
On 9/26/05, Michael G Schwern <[EMAIL PROTECTED]> wrote: > On Sun, Sep 25, 2005 at 06:00:04PM +0200, demerphq wrote: > > Is there a proper way to test both parts of dual implementation modules? > > > > In a pinch i came up with > > > > use DynaLoader; > > sub DynaLoader::bootstrap{1}; # Don't

Re: Testing dual XS/Perl modules

2005-09-25 Thread Michael G Schwern
On Sun, Sep 25, 2005 at 06:00:04PM +0200, demerphq wrote: > Is there a proper way to test both parts of dual implementation modules? > > In a pinch i came up with > > use DynaLoader; > sub DynaLoader::bootstrap{1}; # Don't dynaload anything please. > > use Scalar::Util qw(refaddr); #pure