From: Peter Rabbitson Date: Wed, 6 Mar 2013 08:28:45 +0000 (+0100) Subject: Smoke trial release 0.00_01 X-Git-Tag: 0.01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction-XS.git;a=commitdiff_plain;h=19b154ac0b4c3bb4bf65af40722da66cdf100895 Smoke trial release 0.00_01 --- diff --git a/Changes b/Changes index 6fce491..49790dd 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,3 @@ -0.01 - * Extracted XS code from Devel-GlobalDestruction +0.00_01 + + * Extracted XS code from Devel-GlobalDestruction to keep FatPacker happy diff --git a/Makefile.PL b/Makefile.PL index 60bbb4e..076fdc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,7 @@ my %WriteMakefileArgs = ( bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-GlobalDestruction-XS', }, requires => \%RUN_DEPS, + dynamic_config => 0, }, ($mymeta and !$mymeta_works) ? ( 'NO_MYMETA' => 1 ) : (), ); 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);