declare runtime prereqs v0.08
Karen Etheridge [Mon, 4 Aug 2014 15:40:56 +0000 (08:40 -0700)]
Makefile.PL

index bc2ff86..e0a33af 100644 (file)
@@ -7,6 +7,11 @@ WriteMakefile(
     ABSTRACT_FROM   => 'lib/Sub/Name.pm',
     AUTHOR          => 'Matthijs van Duin <xmath@cpan.org>',
 
+    PREREQ_PM       => {
+        'Exporter' => '0',
+        'DynaLoader' => '0',
+    },
+
     MIN_PERL_VERSION => '5.006',
     META_MERGE => {
         'meta-spec' => { version => 2 },