comparison Lib/IMPL/DOM/Schema/Validator.pm @ 230:6d8092d8ce1b

*reworked IMPL::Security *reworked IMPL::Web::Security *refactoring
author sergey
date Mon, 08 Oct 2012 03:37:37 +0400
parents 4d0e1962161c
children 5aff94ba842f
comparison
equal deleted inserted replaced
229:47f77e6409f7 230:6d8092d8ce1b
1 package IMPL::DOM::Schema::Validator; 1 package IMPL::DOM::Schema::Validator;
2 2 use strict;
3 use parent qw(IMPL::DOM::Node); 3 use parent qw(IMPL::DOM::Node);
4 4
5 require IMPL::Exception; 5 require IMPL::Exception;
6 6
7 __PACKAGE__->PassThroughArgs; 7 __PACKAGE__->PassThroughArgs;