X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=789d19c879007b0b85bc05879e90ef3d8ed335c9;hb=6ba69acdba350d403384d150614d0294d17828a1;hp=949a95c2c2b2269067c08792612cb3a0c3cb3d89;hpb=70745e700723084e7f980b0bf65ce8e134931f44;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index 949a95c..789d19c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,11 @@ 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 +recommends( 'Lingua::TreeTagger' ); +recommends( 'Flemm' ); &WriteAll;