comparison Lib/IMPL/DOM/FixedNode.pm @ 4:e59f44f75f20

DOM - в разработке Testing - по мелочи Property - изменен механизм выбора имплементора
author Sergey
date Wed, 12 Aug 2009 17:36:07 +0400
parents
children
comparison
equal deleted inserted replaced
3:2e546a5175dd 4:e59f44f75f20
1 package IMPL::DOM::FixedNode;
2 use strict;
3 use warnings;
4
5 use base qw(IMPL::DOM::Node);
6
7 sub Validate {
8
9 }
10
11
12 1;