X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=blobdiff_plain;f=lib%2FDevel%2FSize.pm;h=53ba31f8feb08aa0d76b4a1a13d4525b44c0e652;hp=ee74fc6a2510961e69ee75d098d7303a220bc099;hb=06b370a74368865008bcc18d1baaa0ba97a1fb2e;hpb=1734b51083e4ac931deccb7c86a71b97e237c795 diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index ee74fc6..53ba31f 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.75_50'; +$VERSION = '0.75_51'; XSLoader::load( __PACKAGE__);