]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Makefile.PL
Importing Variable-Magic-0.04.tar.gz
[perl/modules/Variable-Magic.git] / Makefile.PL
index d754ae32d856f962942c59711d1b84f13db04c3f..f2871215e36016a0f3030c1ffdbb2063ea354f8d 100644 (file)
@@ -10,8 +10,10 @@ WriteMakefile(
     ABSTRACT_FROM       => 'lib/Variable/Magic.pm',
     PL_FILES            => {},
     PREREQ_PM => {
-        'Carp'       => 0,   
-        'Test::More' => 0
+        'Carp'       => 0,
+        'Exporter'   => 0,
+        'Test::More' => 0,
+        'XSLoader'   => 0
     },
     dist                => { 
         PREOP => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README',