diff Lib/IMPL/DOM/Schema/Node.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents f48a1a9f4fa2
children ced5937ff21a
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Node.pm	Fri Feb 01 16:37:59 2013 +0400
+++ b/Lib/IMPL/DOM/Schema/Node.pm	Mon Feb 04 02:10:37 2013 +0400
@@ -5,7 +5,6 @@
 use parent qw(IMPL::DOM::Node);
 use IMPL::Class::Property;
 use IMPL::DOM::Property qw(_dom);
-use IMPL::Class::Property::Direct;
 
 BEGIN {
     public _dom _direct property minOccur => prop_all;