Revision history for Perl extension Devel::Size.
+0.80 2015-03-31 nicholas
+ [no changes]
+
0.79_54 2015-03-27 nicholas
* Fix the definition of padlist_size() for post-5.20 perls.
* Avoid tests failing because Test::More lazy-loading changes the size of %::
# This allows declaration use Devel::Size ':all';
%EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
-$VERSION = '0.79_54';
+$VERSION = '0.80';
XSLoader::load( __PACKAGE__);
/);
die ("Uhoh, test uses an outdated version of Devel::Size")
- unless is ($Devel::Size::VERSION, '0.79_54', 'VERSION MATCHES');
+ unless is ($Devel::Size::VERSION, '0.80', 'VERSION MATCHES');
#############################################################################
# some basic checks: