X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TreeOfTexts%2FMakefile.PL;h=3fa3531aa3912bb63a1036bf56b557b560509c7a;hb=9c52877edc72b6e277432b2c5bed47569a626b79;hp=038e46b7a16fda98040c76fc1e34476b8df3a46b;hpb=f978c1b93616afa8b7de522c4b527336cc5d1358;p=scpubgit%2Fstemmatology.git diff --git a/TreeOfTexts/Makefile.PL b/TreeOfTexts/Makefile.PL index 038e46b..3fa3531 100644 --- a/TreeOfTexts/Makefile.PL +++ b/TreeOfTexts/Makefile.PL @@ -12,7 +12,9 @@ all_from 'lib/TreeOfTexts.pm'; requires 'Catalyst::Runtime' => '5.90002'; requires 'Catalyst::Plugin::ConfigLoader'; requires 'Catalyst::Plugin::Static::Simple'; +requires 'Catalyst::Plugin::Unicode::Encoding'; requires 'Catalyst::Action::RenderView'; +requires 'Catalyst::Model::Adaptor'; requires 'Moose'; requires 'namespace::autoclean'; requires 'Config::General'; # This should reflect the config file format you've chosen