On Sun, 2005-06-26 at 18:35 -0700, Michael G Schwern wrote:

> That doesn't seem right.  It means Storable only inherits from DynaLoader
> in the scope of that bootstrap call and I don't see why that's necessary. 
> It wasn't necessary before. 
> 
> "push @ISA, qw(DynaLoader)" is safer and equivalent to what was happening 
> before the patch.

Even easier (especially on the eyes):

        DynaLoader::bootstrap( 'Storable', $VERSION );

-- c

Reply via email to