X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cf2a5e2ccc518225f2a98ddbb13d6fcfad5fbad5;hb=6ad2ce785dc85432a6227c7b2efdae0364959714;hp=ba2ecf57f235b5a66b95f0289b00f7a3b8b0e94d;hpb=933df8d301764db30b5362b5ee296aa6ef11ccf5;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index ba2ecf5..cf2a5e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,5 +30,8 @@ requires( 'TryCatch' ); requires( 'XML::Easy::Syntax' ); requires( 'XML::LibXML' ); requires( 'XML::LibXML::XPathContext' ); +# For the morphology stuff +requires( 'Lingua::TagSet::Multext' ); +requires( 'Lingua::TagSet::TreeTagger' ); build_requires( 'Test::Warn' ); &WriteAll;