X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=789d19c879007b0b85bc05879e90ef3d8ed335c9;hb=f8862b584dcc04728d3bff48ea7c19cb9a078772;hp=ceb652d5b665934f3028395c7c5ee6f99dcbbb92;hpb=fedee8dac79426f8a1f7ae70d95478c6fcd5d69a;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index ceb652d..789d19c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,8 @@ requires( 'XML::LibXML::XPathContext' ); requires( 'YAML::XS' ); # 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( 'Test::Warn' ); # Modules needed for morphology but not trivially CPANnable