diff Lib/IMPL/DOM/Schema/Property.pm @ 152:1e7f03414b65

DOM: schema improvements DOM: saving to XML::Writer feature
author wizard
date Thu, 23 Sep 2010 03:58:43 +0400
parents 196bf443b5e1
children 76515373dac0
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Property.pm	Fri Aug 20 16:33:37 2010 +0400
+++ b/Lib/IMPL/DOM/Schema/Property.pm	Thu Sep 23 03:58:43 2010 +0400
@@ -6,11 +6,12 @@
 require IMPL::DOM::Schema;
 require IMPL::DOM::Node;
 use IMPL::Class::Property;
+use IMPL::DOM::Property qw(_dom);
 
 __PACKAGE__->PassThroughArgs;
 
 BEGIN {
-    public property messageRequired => prop_all;
+    public _dom property messageRequired => prop_all;
 }
 
 our %CTOR = (