X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FSize.pm;h=13ed6f927ae003b559ca985caa8836064988da10;hb=ef110db4435322c8d7cbb7ea69f3c96b9056fba0;hp=5d4eb8da92fe2590c941442b8f1b443053c8a4bd;hpb=e01fcd21bf0908eb412a2a006bdede1680433490;p=p5sagit%2FDevel-Size.git diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 5d4eb8d..13ed6f9 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -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.73_50'; +$VERSION = '0.77_51'; XSLoader::load( __PACKAGE__);