X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FSize.pm;h=61ad18380c1a6c0020ebfa24d13b33ceadedc5ac;hb=c43a8ba65fb1c153c9e51116666e99bb4af4b993;hp=ee74fc6a2510961e69ee75d098d7303a220bc099;hpb=dfa46c4c91efa512829813ea6446b32d96dfb77f;p=p5sagit%2FDevel-Size.git diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index ee74fc6..61ad183 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.75_50'; +$VERSION = '0.77_50'; XSLoader::load( __PACKAGE__);