Mercurial > pub > Impl
comparison Lib/IMPL/TypeKeyedCollection.pm @ 393:69a1f1508696
minor security refactoring
author | cin |
---|---|
date | Fri, 14 Feb 2014 16:41:12 +0400 |
parents | de1f875e8875 |
children |
comparison
equal
deleted
inserted
replaced
392:54b1dc9e808a | 393:69a1f1508696 |
---|---|
1 package IMPL::TypeKeyedCollection; | 1 package IMPL::TypeKeyedCollection; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use IMPL::Const qw(:prop); | 4 use IMPL::Const qw(:prop); |
5 use IMPL::lang; | |
5 use IMPL::declare { | 6 use IMPL::declare { |
6 require => { | 7 require => { |
7 ArgException => '-IMPL::InvalidArgumentException' | 8 ArgException => '-IMPL::InvalidArgumentException' |
8 }, | 9 }, |
9 base => [ | 10 base => [ |