diff 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
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Node.pm	Mon Feb 04 17:16:45 2013 +0400
+++ b/Lib/IMPL/DOM/Node.pm	Wed Feb 06 02:15:48 2013 +0400
@@ -4,6 +4,7 @@
 
 use parent qw(IMPL::Object);
 
+use IMPL::lang;
 use IMPL::Object::List;
 use IMPL::Class::Property;
 use Scalar::Util qw(weaken);