Devel::GlobalDestruction
[p5sagit/Devel-GlobalDestruction.git] / Makefile.PL
index 9a3e52c..f7dd816 100644 (file)
@@ -5,8 +5,8 @@ use strict;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-       NAME         => '',
-       VERSION_FROM => '',
+       NAME         => 'Devel::GlobalDestruction',
+       VERSION_FROM => 'lib/Devel/GlobalDestruction.pm',
        INSTALLDIRS  => 'site',
        SIGN         => 1,
        PL_FILES     => { },