X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FSize.pm;h=172b838d0bf0974d1f4d30bf244c72eb9233843c;hb=c217897135f790034ec32f49f84b0b1da4477b0e;hp=fd386006c192c175e7d88619153195de9d3eb20f;hpb=7886854e45de12bd48b5253fb493b3e99d747104;p=p5sagit%2FDevel-Size.git diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index fd38600..172b838 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.79_51'; +$VERSION = '0.79_52'; XSLoader::load( __PACKAGE__);