X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FSize.pm;h=122822d859c58414c9c220867edff187e6a9b432;hb=ce5fa0d6f301277afb86b275d81c788083be487c;hp=6274f3f436748bb31cd226cec28cc25e2bdada04;hpb=7aea8464baf87363c7db3637db84e7cf57ea601d;p=p5sagit%2FDevel-Size.git diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 6274f3f..122822d 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -14,7 +14,7 @@ require XSLoader; # This allows declaration use Devel::Size ':all'; %EXPORT_TAGS = ( 'all' => \@EXPORT_OK ); -$VERSION = '0.74_53'; +$VERSION = '0.75'; XSLoader::load( __PACKAGE__);