From 7f6be00a1966e9ac806984438923fc0f25a07ba9 Mon Sep 17 00:00:00 2001 From: matthewt Date: Sat, 26 Jul 2008 05:43:45 +0000 Subject: update sharedir deps --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') 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; -- cgit v1.2.3-54-g00ecf