switch to Makefile.PL
[catagits/Catalyst-Plugin-Cache.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..7d8f319
--- /dev/null
@@ -0,0 +1,17 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+    'NAME'         => 'Catalyst::Plugin::Cache',
+    'VERSION_FROM' => 'lib/Catalyst/Plugin/Cache.pm',
+    'PREREQ_PM'    => {
+        'Catalyst'        => '5.7',
+        'Storable'        => 0,
+        'Task::Weaken'    => 0,
+        'Test::Deep'      => 0,
+        'Test::Exception' => 0,
+        'Test::More'      => 0,
+    },
+    'INSTALLDIRS' => 'site',
+    'EXE_FILES'   => [],
+    'PL_FILES'    => {},
+    'SIGN'        => 1,
+);