Updated dependency on Clone
Change-Id: I4b21a2d83158ff0c6c6ce7e7189b4b81bdac5ada
diff --git a/Changes b/Changes
index b0b9492..72cfff9 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.41 2020-08-10
+0.41 2020-10-30
- Added support for RWK annotations.
- Improved DGD support.
- Fixed bug in RWK support that broke on
@@ -13,6 +13,7 @@
- Removed deprecated 'primary' flag.
- Removed deprecated 'pretty' flag.
- Fix RWK paragraph handling.
+ - Updated 'Clone' dependency in Makefile.
0.40 2020-03-03
- Fixed XIP parser.
diff --git a/Makefile.PL b/Makefile.PL
index 6d61c3f..4b5f759 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -42,7 +42,8 @@
'String::Random' => 0.29,
'File::Path' => 2.12,
'Archive::Tar::Builder' => 2.5002,
- 'Archive::Tar' => 2.24
+ 'Archive::Tar' => 2.24,
+ 'Clone' => 0.45
},
MIN_PERL_VERSION => '5.016',
test => {