Upgrade ppport.h from version 3.13 to 3.19
[p5sagit/Devel-GlobalDestruction.git] / Makefile.PL
index 7ab9cef..34baa98 100644 (file)
@@ -14,8 +14,7 @@ WriteMakefile(
     MIN_PERL_VERSION => '5.006000',
     PREREQ_PM        => {
         'Sub::Exporter' => 0,
-        'Scope::Guard'  => 0,
     },
-    ($] >= 5.013007 ? (XS => {}, C => []) : ()),
+    (defined ${^GLOBAL_PHASE} ? (XS => {}, C => []) : ()),
 );