Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/SimpleNode.pm @ 7:94d47b388442
Улучшены тесты
Исправлены ошибки
Улучшена документация
Работа над схемой DOM
author | Sergey |
---|---|
date | Mon, 24 Aug 2009 01:05:34 +0400 |
parents | |
children | fffb153be599 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Lib/IMPL/DOM/Schema/SimpleNode.pm Mon Aug 24 01:05:34 2009 +0400 @@ -0,0 +1,21 @@ +package IMPL::DOM::Schema::SimpleNode; +use strict; +use warnings; + +use base qw(IMPL::DOM::Schema::Item); + +__PACKAGE__->PassThroughArgs; + +1; + +__END__ + +=pod + +=head1 DESCRIPTION + + . + . + + +=cut \ No newline at end of file