From: Tara L Andrews Date: Tue, 23 Apr 2013 21:04:47 +0000 (+0200) Subject: ...and note the new testing dependency X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c3ee89f4a763a146d69abd1c6055ade2012ebb7;p=scpubgit%2Fstemmatology.git ...and note the new testing dependency --- diff --git a/base/Makefile.PL b/base/Makefile.PL index 86e7613..39ae3c6 100644 --- a/base/Makefile.PL +++ b/base/Makefile.PL @@ -27,4 +27,5 @@ requires( 'XML::LibXML' ); requires( 'XML::LibXML::XPathContext' ); build_requires( 'Data::Dump' ); build_requires( 'Test::Warn' ); +build_requires( 'Test::More::UTF8' ); &WriteAll;