* Rework bit-vector tracking mechanism to use a 256-way tree. This avoids
making assumptions about 64-bit platforms' memory layouts, and eliminates
the fatal error introduced in 0.72 when the assumption was violated.
+ * Convert to XSLoader
* Resolve CPAN #49437 (Devel::Size adds magic in Perl 5.10)
0.72 2008-10-14 BrowserUk 70 tests
require 5.008;
require Exporter;
-require DynaLoader;
+require XSLoader;
-@ISA = qw(Exporter DynaLoader);
+@ISA = qw(Exporter);
# This allows declaration use Devel::Size ':all';
%EXPORT_TAGS = ( 'all' => [ qw(
@EXPORT = qw( );
$VERSION = '0.72_50';
-bootstrap Devel::Size $VERSION;
+XSLoader::load( __PACKAGE__);
$warn = 1;
$dangle = 0; ## Set true to enable warnings about dangling pointers