diff Lib/IMPL/Object/List.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 4d0e1962161c
children cd6c6e61d442
line wrap: on
line diff
--- a/Lib/IMPL/Object/List.pm	Fri Feb 01 16:37:59 2013 +0400
+++ b/Lib/IMPL/Object/List.pm	Mon Feb 04 02:10:37 2013 +0400
@@ -3,7 +3,7 @@
 use warnings;
 
 use parent qw(IMPL::Object::ArrayObject);
-use IMPL::Exception;
+require IMPL::Exception;
 
 sub as_list {
     return $_[0];