comparison 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
comparison
equal deleted inserted replaced
279:af8af4b8337e 280:c6d0f889ef87
1 package IMPL::DOM::Document; 1 package IMPL::DOM::Document;
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use IMPL::lang;
5 use parent qw(IMPL::DOM::Node); 6 use parent qw(IMPL::DOM::Node);
6 7
7 __PACKAGE__->PassThroughArgs; 8 __PACKAGE__->PassThroughArgs;
8 9
9 sub document { 10 sub document {