comparison Lib/IMPL/DOM/Node.pm @ 280:c6d0f889ef87

+IMPL::declare now supports meta attributes *bugfixes related to the typeof() operator
author cin
date Wed, 06 Feb 2013 02:15:48 +0400
parents 4ddb27ff4a0b
children 77df11605d3a
comparison
equal deleted inserted replaced
279:af8af4b8337e 280:c6d0f889ef87
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::Object); 5 use parent qw(IMPL::Object);
6 6
7 use IMPL::lang;
7 use IMPL::Object::List; 8 use IMPL::Object::List;
8 use IMPL::Class::Property; 9 use IMPL::Class::Property;
9 use Scalar::Util qw(weaken); 10 use Scalar::Util qw(weaken);
10 11
11 use IMPL::Exception; 12 use IMPL::Exception;