diff Lib/IMPL/Object.pm @ 230:6d8092d8ce1b

*reworked IMPL::Security *reworked IMPL::Web::Security *refactoring
author sergey
date Mon, 08 Oct 2012 03:37:37 +0400
parents d1676be8afcc
children 8a5da17d7ef9
line wrap: on
line diff
--- a/Lib/IMPL/Object.pm	Sat Sep 29 02:34:47 2012 +0400
+++ b/Lib/IMPL/Object.pm	Mon Oct 08 03:37:37 2012 +0400
@@ -2,6 +2,7 @@
 use strict;
 
 use parent qw(IMPL::Object::Abstract);
+require IMPL::Class::Property::Direct;
 
 sub surrogate {
     bless {}, ref $_[0] || $_[0];