Revision history for Perl extension Devel::Size.
+0.75 2011-05-04 nicholas
+ [no changes]
+
0.74_53 2011-05-01 nicholas
* Fix typo error in bit-vector tracking mechanism. On 64 bit platforms which
allocate on 8 byte alignment (rather than 16), a low pointer bit could get
# This allows declaration use Devel::Size ':all';
%EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
-$VERSION = '0.74_53';
+$VERSION = '0.75';
XSLoader::load( __PACKAGE__);
/);
die ("Uhoh, test uses an outdated version of Devel::Size")
- unless is ($Devel::Size::VERSION, '0.74_53', 'VERSION MATCHES');
+ unless is ($Devel::Size::VERSION, '0.75', 'VERSION MATCHES');
#############################################################################
# some basic checks: