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
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