X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction%2FXS.pm;h=cb2670233c28e16381881506a209221276c0436f;hb=be8105fec99ad8079c362d0246e0f4968b8b0099;hp=f8a44969daa8a5d683abf202c7ad8768096beb1d;hpb=e5fd89671ecafe151c2668ccfe5f5cb640b8db53;p=p5sagit%2FDevel-GlobalDestruction-XS.git diff --git a/lib/Devel/GlobalDestruction/XS.pm b/lib/Devel/GlobalDestruction/XS.pm index f8a4496..cb26702 100644 --- a/lib/Devel/GlobalDestruction/XS.pm +++ b/lib/Devel/GlobalDestruction/XS.pm @@ -2,7 +2,7 @@ package Devel::GlobalDestruction::XS; use strict; use warnings; -our $VERSION = '0.02'; +our $VERSION = '0.03'; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION);