X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a4fee0db91e00504ead3a83596f8d6e0cc21021c;hb=500b10d24decaa22645e9222720df13b983c5870;hp=9f41b02ee722e162010a3deef03cd1028e95bd57;hpb=75ff359ae74999339b3e1adee5a7f4ecb6fce88b;p=catagits%2FReaction.git 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';