Bump $VERSION to 0.76_50
[p5sagit/Devel-Size.git] / lib / Devel / Size.pm
index 2690cee..19812a5 100644 (file)
@@ -3,7 +3,7 @@ package Devel::Size;
 use strict;
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS $warn $dangle);
 
-require 5.008;
+require 5.005;
 require Exporter;
 require XSLoader;
 
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.74';
+$VERSION = '0.76_50';
 
 XSLoader::load( __PACKAGE__);