commit | 2a60c539d5f648ff814730284c735e72a0859851 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Feb 13 15:52:18 2020 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Feb 14 16:32:25 2020 +0100 |
tree | a6c0d9f3a12715a497c64470acedc8f85683cbab | |
parent | 9cb13941bf18d0534c2abec30782ad284c77ba05 [diff] [blame] |
Added processing tests for example corpus Change-Id: Ie160fcae3e222f592cbfa776baefa255635158af
diff --git a/Makefile.PL b/Makefile.PL index e8f74a2..7f5083d 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::Compress::Unzip' => '2.091', }, PREREQ_PM => { 'XML::CompactTree::XS' => '0.03',