X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ceb652d5b665934f3028395c7c5ee6f99dcbbb92;hb=fe77efe0d84ff0d31dc2ce020b73bf57783d464e;hp=ba2ecf57f235b5a66b95f0289b00f7a3b8b0e94d;hpb=dee290dfd96b124754da5a6f93ac24a79eb4da03;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index ba2ecf5..ceb652d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,5 +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;