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

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 89179bb8c388
children ced5937ff21a
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
20 Loader => 'IMPL::Code::Loader' 20 Loader => 'IMPL::Code::Loader'
21 }; 21 };
22 22
23 use parent qw(IMPL::DOM::Document); 23 use parent qw(IMPL::DOM::Document);
24 use IMPL::Class::Property; 24 use IMPL::Class::Property;
25 use IMPL::Class::Property::Direct;
26 use File::Spec; 25 use File::Spec;
27 26
28 our %CTOR = ( 27 our %CTOR = (
29 'IMPL::DOM::Document' => sub { nodeName => 'schema' } 28 'IMPL::DOM::Document' => sub { nodeName => 'schema' }
30 ); 29 );