commit | 0800e795b138abf33ae2b4086f0d2e1604f4a13a | [log] [tgz] |
---|---|---|
author | Peter Harders <harders@ids-mannheim.de> | Thu Jun 25 18:31:41 2020 +0200 |
committer | Peter Harders <harders@ids-mannheim.de> | Thu Jun 25 18:31:41 2020 +0200 |
tree | 128cd3951e1b2a81b84162ef5c282c86a0b00ba2 | |
parent | 9721c41b19817a32f68fb6c80f02679acc74c2a0 [diff] |
IO::Compress::Unzip -> IO::Uncompress::Unzip corrected module name Change-Id: Idf822c75b31dc6a1ee4e4c0ec5388e2fd4581db5
diff --git a/Makefile.PL b/Makefile.PL index 85efe26..d4714f9 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -14,7 +14,7 @@ 'Test::More' => 0, 'Test::Output' => 0, 'XML::Loy' => 0.49, - 'IO::Compress::Unzip' => '2.091', + 'IO::Uncompress::Unzip' => '2.091', }, PREREQ_PM => { 'XML::CompactTree::XS' => '0.03',