aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-31 08:07:33 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-31 08:07:33 +0000
commit31df0e49922a6d8932fd92656f78eff71fd55b5a (patch)
tree7b5f95cf2599d897303918253a7801010ebc45fb /Makefile.PL
parent95d600f52e55c4eda7926d49bd62461571f6f86c (diff)
downloadreaction-31df0e49922a6d8932fd92656f78eff71fd55b5a.tar.gz
reaction-31df0e49922a6d8932fd92656f78eff71fd55b5a.zip
change dist name to Reaction
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9f41b02..a4fee0d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,6 @@
use inc::Module::Install 0.64;
-name 'ComponentUI';
+name 'Reaction';
all_from 'lib/ComponentUI.pm';
requires 'Catalyst' => '5.7002';