diff Lib/IMPL/Config/Container.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/Container.pm	Wed Apr 11 17:50:33 2012 +0400
+++ b/Lib/IMPL/Config/Container.pm	Mon Apr 16 17:42:54 2012 +0400
@@ -4,8 +4,11 @@
 
 use parent qw(IMPL::Config);
 use IMPL::Class::Property;
+use Carp qw(carp);
 
 BEGIN {
+	carp "the module is deprecated";
+	
     public property Chidren => prop_all;
 }