Mercurial > pub > Impl
comparison Lib/IMPL/DOM/Navigator/Builder.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 129e48bb5afb |
children | 010ceafd0c5a |
comparison
equal
deleted
inserted
replaced
277:6585464c4664 | 278:4ddb27ff4a0b |
---|---|
4 | 4 |
5 use IMPL::Const qw(:prop); | 5 use IMPL::Const qw(:prop); |
6 | 6 |
7 use parent qw(IMPL::DOM::Navigator); | 7 use parent qw(IMPL::DOM::Navigator); |
8 use IMPL::Class::Property; | 8 use IMPL::Class::Property; |
9 use IMPL::Class::Property::Direct; | |
10 require IMPL::DOM::Navigator::SchemaNavigator; | 9 require IMPL::DOM::Navigator::SchemaNavigator; |
11 require IMPL::DOM::Schema::ValidationError; | 10 require IMPL::DOM::Schema::ValidationError; |
12 use IMPL::DOM::Document; | 11 use IMPL::DOM::Document; |
13 | 12 |
14 BEGIN { | 13 BEGIN { |