X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8d23a7397a0bc03b6156447aef12c874a939f448;hb=fc5c4949b38572067ab389afa8c1cafec2b5dbd0;hp=cf2a5e2ccc518225f2a98ddbb13d6fcfad5fbad5;hpb=6ad2ce785dc85432a6227c7b2efdae0364959714;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index cf2a5e2..8d23a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,8 +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' ); +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;