Bump $VERSION to 0.78_52
Nicholas Clark [Fri, 10 May 2013 12:37:52 +0000 (14:37 +0200)]
lib/Devel/Size.pm
t/basic.t

index b4f772c..059b4d1 100644 (file)
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.78_51';
+$VERSION = '0.78_52';
 
 XSLoader::load( __PACKAGE__);
 
index b04807d..14351a4 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -10,7 +10,7 @@ can_ok ('Devel::Size', qw/
   /);
 
 die ("Uhoh, test uses an outdated version of Devel::Size")
-    unless is ($Devel::Size::VERSION, '0.78_51', 'VERSION MATCHES');
+    unless is ($Devel::Size::VERSION, '0.78_52', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: