Blame Hash-DefHash_exporer.patch

5e67528
diff -rupN Hash-DefHash-0.071/lib/Hash/DefHash.pm Hash-DefHash-0.071-new/lib/Hash/DefHash.pm
5e67528
--- Hash-DefHash-0.071/lib/Hash/DefHash.pm	2020-01-04 01:09:19.000000000 +0100
5e67528
+++ Hash-DefHash-0.071-new/lib/Hash/DefHash.pm	2020-01-09 16:35:26.072251567 +0100
5e67528
@@ -14,7 +14,7 @@ use warnings;
5e67528
 use Scalar::Util qw(blessed);
5e67528
 use String::Trim::More qw(trim_blank_lines);
5e67528
 
5e67528
-use Exporter qw(import);
5e67528
+use Exporter 5.57 qw(import);
5e67528
 our @EXPORT = qw(defhash);
5e67528
 
5e67528
 our $re_prop = qr/\A[A-Za-z_][A-Za-z0-9_]*\z/;