diff Lib/IMPL/Config/Class.pm @ 92:5f676b61fb8b

IMPL::Config::Resolve alpha version
author wizard
date Tue, 27 Apr 2010 20:10:07 +0400
parents 16ada169ca75
children 76515373dac0
line wrap: on
line diff
--- a/Lib/IMPL/Config/Class.pm	Mon Apr 26 17:46:16 2010 +0400
+++ b/Lib/IMPL/Config/Class.pm	Tue Apr 27 20:10:07 2010 +0400
@@ -20,6 +20,7 @@
     
     die new IMPL::Exception("A Type parameter is required") unless $this->Type;
     
+    warn "IMPL::Config::Class is absolute, use IMPL::Config::Activator instead";
 }
 
 sub _is_class {