X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=167a9faf51bebfa8c5eda355669e825c19edc73a;hb=335754e0e6a978284ab11afcc9c3d9da237df52c;hp=5cb38339db9ea56e5276ae5560d8fe658e801da4;hpb=90b1c70a06978e81a7f29c04a7dc6d0b17791081;p=catagits%2FReaction.git diff --git a/Makefile.PL b/Makefile.PL index 5cb3833..167a9fa 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'; @@ -31,10 +31,10 @@ requires 'Email::MIME::Creator'; requires 'Text::CSV_XS'; requires 'Devel::Declare' => '0.001006'; requires 'MooseX::Types' => '0.04'; -requires 'Business::CreditCard' => '0.30'; requires 'Scalar::Util'; +requires 'File::ShareDir'; -catalyst; +install_share; install_script glob('script/*.pl');