diff Lib/IMPL/DOM/Document.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 4d0e1962161c
children 77df11605d3a
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Document.pm	Mon Feb 04 17:16:45 2013 +0400
+++ b/Lib/IMPL/DOM/Document.pm	Wed Feb 06 02:15:48 2013 +0400
@@ -2,6 +2,7 @@
 use strict;
 use warnings;
 
+use IMPL::lang;
 use parent qw(IMPL::DOM::Node);
 
 __PACKAGE__->PassThroughArgs;