X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ceb652d5b665934f3028395c7c5ee6f99dcbbb92;hb=fedee8dac79426f8a1f7ae70d95478c6fcd5d69a;hp=cf2a5e2ccc518225f2a98ddbb13d6fcfad5fbad5;hpb=6ad2ce785dc85432a6227c7b2efdae0364959714;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index cf2a5e2..ceb652d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,8 +30,13 @@ requires( 'TryCatch' ); requires( 'XML::Easy::Syntax' ); requires( 'XML::LibXML' ); requires( 'XML::LibXML::XPathContext' ); +requires( 'YAML::XS' ); # For the morphology stuff requires( 'Lingua::TagSet::Multext' ); requires( 'Lingua::TagSet::TreeTagger' ); +requires( 'Lingua::Features::Structure' ); build_requires( 'Test::Warn' ); +# Modules needed for morphology but not trivially CPANnable +recommends( 'Lingua::TreeTagger' ); +recommends( 'Flemm' ); &WriteAll;