diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-11-13 08:58:42 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-11-13 08:58:42 +0100 |
commit | 5209a8c14dfc24d358dc288a230c679001d39d0b (patch) | |
tree | da25aec939b5ad16f059979f120984e89ec006dc | |
parent | 73e6b2da99c381a6374cad97efd5dc0077f39e7a (diff) | |
download | hash-merge-5209a8c14dfc24d358dc288a230c679001d39d0b.tar.gz hash-merge-5209a8c14dfc24d358dc288a230c679001d39d0b.tar.bz2 |
Remove reference to unused exception
-rw-r--r-- | lib/Hash/Merge/Augment.pm6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Hash/Merge/Augment.pm6 b/lib/Hash/Merge/Augment.pm6 index 3a8cde6..7c03a9e 100644 --- a/lib/Hash/Merge/Augment.pm6 +++ b/lib/Hash/Merge/Augment.pm6 @@ -4,7 +4,6 @@ use v6.c; use MONKEY-TYPING; use Hash::Merge; -use X::Hash::Merge::TypeObject; # Don't use precompilation in order to not conflict with other MONKEY-TYPING # modules. |