X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction%2FXS.pm;h=b9f935d8d70f11eddab2409ed3a5f28cd3794e71;hb=19b154ac0b4c3bb4bf65af40722da66cdf100895;hp=a1261cb909a842ed90c54c77c9757fa6c7ee9cbe;hpb=cac979c61b6eccc32b00b899010606f7e6cacc52;p=p5sagit%2FDevel-GlobalDestruction-XS.git diff --git a/lib/Devel/GlobalDestruction/XS.pm b/lib/Devel/GlobalDestruction/XS.pm index a1261cb..b9f935d 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.01'; +our $VERSION = '0.00_01'; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION);