diff Lib/IMPL/TypeKeyedCollection.pm @ 393:69a1f1508696

minor security refactoring
author cin
date Fri, 14 Feb 2014 16:41:12 +0400
parents de1f875e8875
children
line wrap: on
line diff
--- a/Lib/IMPL/TypeKeyedCollection.pm	Fri Feb 14 03:31:45 2014 +0400
+++ b/Lib/IMPL/TypeKeyedCollection.pm	Fri Feb 14 16:41:12 2014 +0400
@@ -2,6 +2,7 @@
 use strict;
 
 use IMPL::Const qw(:prop);
+use IMPL::lang;
 use IMPL::declare {
 	require => {
 		ArgException => '-IMPL::InvalidArgumentException'