commit | 6896608b712f80807540ad2ca3ccc685b1b7d8f4 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Feb 13 15:52:18 2020 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Feb 20 10:04:11 2020 +0100 |
tree | 6db97e9c60f3d807b4176a828fba53b32241b5b0 | |
parent | 9cb13941bf18d0534c2abec30782ad284c77ba05 [diff] [blame] |
Added processing tests for example corpus Change-Id: Ie160fcae3e222f592cbfa776baefa255635158af
diff --git a/Makefile.PL b/Makefile.PL index e8f74a2..de21a3c 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -12,7 +12,9 @@ LICENSE => 'freebsd', BUILD_REQUIRES => { 'Test::More' => 0, - 'Test::Output' => 0 + 'Test::Output' => 0, + 'Test::XML::Simple' => 0, + 'IO::Uncompress::Unzip' => '2.091', }, PREREQ_PM => { 'XML::CompactTree::XS' => '0.03',