aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-22 18:24:01 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-22 18:24:01 +0000
commit9629b16f4e4ee91119a0558a4f8d9a7770f29a7b (patch)
tree2f92a6e855be74b03cc11dadb70e83af88ca3d91 /Makefile.PL
parent7d76f7d1b408cf7c5638ff7c678044ca7895c819 (diff)
downloadreaction-9629b16f4e4ee91119a0558a4f8d9a7770f29a7b.tar.gz
reaction-9629b16f4e4ee91119a0558a4f8d9a7770f29a7b.zip
fail. forgot to commit Makefile.PL earlier
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;