X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=blobdiff_plain;f=Makefile.PL;h=8d23a7397a0bc03b6156447aef12c874a939f448;hp=ceb652d5b665934f3028395c7c5ee6f99dcbbb92;hb=96ba0418c65f3450b419aea78db41bf697612b63;hpb=e0f6836abec58dd0dd896a130c7587368880d255 diff --git a/Makefile.PL b/Makefile.PL index ceb652d..8d23a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,10 +31,13 @@ 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' );