commit | 9721c41b19817a32f68fb6c80f02679acc74c2a0 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Feb 17 12:42:09 2020 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Feb 17 12:42:09 2020 +0100 |
tree | 2d1f3807dcf022c34133ee3901d9bd9455cf96c6 | |
parent | 2a60c539d5f648ff814730284c735e72a0859851 [diff] [blame] |
Use Test::XML::Loy instead of Test::XML::Simple for performance reasons Change-Id: I819250f919ba4da772b96bdaa513b3adb7843cac
diff --git a/Makefile.PL b/Makefile.PL index 7f5083d..85efe26 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -13,7 +13,7 @@ BUILD_REQUIRES => { 'Test::More' => 0, 'Test::Output' => 0, - 'Test::XML::Simple' => 0, + 'XML::Loy' => 0.49, 'IO::Compress::Unzip' => '2.091', }, PREREQ_PM => {