aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 51eff22..f8a4f01 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,12 @@
use inc::Module::Install 0.76;
+use 5.008001;
+
name 'Reaction';
-all_from 'lib/ComponentUI.pm';
+license 'perl';
+perl_version '5.008001';
+author 'Matt S Trout <mst@shadowcat.co.uk>';
+all_from 'lib/Reaction.pm';
requires 'Catalyst' => '5.7002';
requires 'Catalyst::Plugin::ConfigLoader' => 0.19;