X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=949a95c2c2b2269067c08792612cb3a0c3cb3d89;hb=70745e700723084e7f980b0bf65ce8e134931f44;hp=75a438a33f70c0aca70c5b664e9be89c1c33851e;hpb=c3e04fb5fc2dfb0a8451c2a12538440548ccedbd;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index 75a438a..949a95c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,5 +34,6 @@ requires( 'YAML::XS' ); # For the morphology stuff requires( 'Lingua::TagSet::Multext' ); requires( 'Lingua::TagSet::TreeTagger' ); +requires( 'Lingua::Features::Structure' ); build_requires( 'Test::Warn' ); &WriteAll;