Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/Property.pm @ 263:0f59b2de72af
*fixed IMPL::DOM::Schema circular module references
*modified IMPL::Object::Singleton, added auto-activation
*code cleanups, docs
author | sergey |
---|---|
date | Wed, 09 Jan 2013 05:17:44 +0400 |
parents | b8c724f6de36 |
children | ced5937ff21a |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Property.pm Sat Dec 29 03:22:15 2012 +0400 +++ b/Lib/IMPL/DOM/Schema/Property.pm Wed Jan 09 05:17:44 2013 +0400 @@ -3,7 +3,6 @@ use warnings; use parent qw(IMPL::DOM::Schema::SimpleNode); -require IMPL::DOM::Schema; require IMPL::DOM::Node; use IMPL::Class::Property; use IMPL::DOM::Property qw(_dom);