X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=blobdiff_plain;f=Makefile.PL;h=8d23a7397a0bc03b6156447aef12c874a939f448;hp=ba2ecf57f235b5a66b95f0289b00f7a3b8b0e94d;hb=96ba0418c65f3450b419aea78db41bf697612b63;hpb=dee290dfd96b124754da5a6f93ac24a79eb4da03 diff --git a/Makefile.PL b/Makefile.PL index ba2ecf5..8d23a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,5 +30,16 @@ requires( 'TryCatch' ); requires( 'XML::Easy::Syntax' ); requires( 'XML::LibXML' ); requires( 'XML::LibXML::XPathContext' ); +requires( 'YAML::XS' ); +requires( 'namespace::clean' ); +# For the morphology stuff +requires( 'Lingua::TagSet::Multext' ); +requires( 'Lingua::TagSet::TreeTagger::French' ); +requires( 'Lingua::TagSet::TreeTagger::English' ); +requires( 'Lingua::Features::Structure' ); +build_requires( 'Data::Dump' ); build_requires( 'Test::Warn' ); +# Modules needed for morphology but not trivially CPANnable +recommends( 'Lingua::TreeTagger' ); +recommends( 'Flemm' ); &WriteAll;