aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-26 05:43:45 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-26 05:43:45 +0000
commit7f6be00a1966e9ac806984438923fc0f25a07ba9 (patch)
tree07b4c9ba95a52b058e75455cea183aef46a85652 /Makefile.PL
parent659899df825c731de405d62653d604f0940768f2 (diff)
downloadreaction-7f6be00a1966e9ac806984438923fc0f25a07ba9.tar.gz
reaction-7f6be00a1966e9ac806984438923fc0f25a07ba9.zip
update sharedir deps
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7e299b3..51eff22 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.64;
+use inc::Module::Install 0.76;
name 'Reaction';
all_from 'lib/ComponentUI.pm';
@@ -31,7 +31,7 @@ requires 'Text::CSV_XS';
requires 'Devel::Declare' => '0.001006';
requires 'MooseX::Types' => '0.04';
requires 'Scalar::Util';
-requires 'File::ShareDir';
+requires 'File::ShareDir' => '1.00';
install_share;