Mercurial > pub > Impl
diff Lib/IMPL/Config/Class.pm @ 196:a705e848dcc7
added IMPL::Config::Reference
author | cin |
---|---|
date | Mon, 16 Apr 2012 17:42:54 +0400 |
parents | 76515373dac0 |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Config/Class.pm Wed Apr 11 17:50:33 2012 +0400 +++ b/Lib/IMPL/Config/Class.pm Mon Apr 16 17:42:54 2012 +0400 @@ -5,8 +5,11 @@ use parent qw(IMPL::Config); use IMPL::Exception; use IMPL::Class::Property; +use Carp qw(carp); BEGIN { + carp "the module is deprecated"; + public property Type => prop_all; public property Parameters => prop_all; public property IsSingleton => prop_all;