add header to Changes
[p5sagit/Devel-GlobalDestruction-XS.git] / Makefile.PL
index 60bbb4e..7d84579 100644 (file)
@@ -15,19 +15,21 @@ my %RUN_DEPS = (
 
 my %WriteMakefileArgs = (
   NAME                => 'Devel::GlobalDestruction::XS',
+  AUTHOR              => 'Yuval Kogman <nothingmuch@woobling.org>',
   VERSION_FROM        => 'lib/Devel/GlobalDestruction/XS.pm',
+  ABSTRACT_FROM       => 'lib/Devel/GlobalDestruction/XS.pm',
   LICENSE             => 'perl',
   INSTALLDIRS         => 'site',
   PL_FILES            => { },
   MIN_PERL_VERSION    => '5.006',
   PREREQ_PM           => \%RUN_DEPS,
-  CONFIGURE_REQUIRES  => { 'ExtUtils::CBuilder' => 0.27 },
   META_ADD => {
     resources => {
       repository => 'git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction-XS.git',
       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 ) : (),
 );