X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=789d19c879007b0b85bc05879e90ef3d8ed335c9;hb=a7f4020a1a1fd72aba6e25dc0a8f8aa9a1891202;hp=1eceb8380fd50d95cf3b4c039e573a468fcdb992;hpb=f242e74d543e2f0b4add6c05c92a60bca55b191e;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index 1eceb83..789d19c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,11 +24,20 @@ requires( 'Moose' ); requires( 'Moose::Util::TypeConstraints' ); requires( 'StackTrace::Auto' ); requires( 'Text::CSV' ); -requires( 'Text::TEI::Markup' => '1.6' ); +requires( 'Text::TEI::Markup' => '1.7' ); requires( 'Throwable::X' ); 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::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;