X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8d23a7397a0bc03b6156447aef12c874a939f448;hb=fc7b638849c6b9f22f971b87a9aaacdb43957f71;hp=789d19c879007b0b85bc05879e90ef3d8ed335c9;hpb=3765080b7e9b86e2a4660d8707a10a36541661e1;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index 789d19c..8d23a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,11 +31,13 @@ requires( 'XML::Easy::Syntax' ); requires( 'XML::LibXML' ); requires( 'XML::LibXML::XPathContext' ); requires( 'YAML::XS' ); +requires( 'namespace::clean' ); # For the morphology stuff requires( 'Lingua::TagSet::Multext' ); requires( 'Lingua::TagSet::TreeTagger::French' ); requires( 'Lingua::TagSet::TreeTagger::English' ); requires( 'Lingua::Features::Structure' ); +build_requires( 'Data::Dump' ); build_requires( 'Test::Warn' ); # Modules needed for morphology but not trivially CPANnable recommends( 'Lingua::TreeTagger' );