adding Makefile.PL
Brian Cassidy [Tue, 3 Apr 2007 16:14:31 +0000 (16:14 +0000)]
Makefile.PL [new file with mode: 0644]

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..3aee640
--- /dev/null
@@ -0,0 +1,13 @@
+use inc::Module::Install;
+
+name 'Catalyst-Plugin-ConfigLoader';
+all_from 'lib/Catalyst/Plugin/ConfigLoader.pm';
+
+requires 'Catalyst';
+requires 'Data::Visitor' => '0.02';
+requires 'Config::Any'   => '0.04';
+
+requires 'Test::More';
+
+auto_install;
+WriteAll;