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

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 6253872024a4
children c6d0f889ef87
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
4 4
5 use parent qw(IMPL::Object); 5 use parent qw(IMPL::Object);
6 6
7 use IMPL::Object::List; 7 use IMPL::Object::List;
8 use IMPL::Class::Property; 8 use IMPL::Class::Property;
9 use IMPL::Class::Property::Direct;
10 use Scalar::Util qw(weaken); 9 use Scalar::Util qw(weaken);
11 10
12 use IMPL::Exception; 11 use IMPL::Exception;
13 12
14 BEGIN { 13 BEGIN {