From 9629b16f4e4ee91119a0558a4f8d9a7770f29a7b Mon Sep 17 00:00:00 2001 From: matthewt Date: Fri, 22 Aug 2008 18:24:01 +0000 Subject: fail. forgot to commit Makefile.PL earlier --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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 '; +all_from 'lib/Reaction.pm'; requires 'Catalyst' => '5.7002'; requires 'Catalyst::Plugin::ConfigLoader' => 0.19; -- cgit v1.2.3-54-g00ecf