comparison Lib/IMPL/DOM/Schema/Validator/RegExp.pm @ 236:2904da230022

DOM refactoring
author sergey
date Mon, 15 Oct 2012 04:23:01 +0400
parents 4d0e1962161c
children b8c724f6de36
comparison
equal deleted inserted replaced
235:a4d9126edcbb 236:2904da230022
1 package IMPL::DOM::Schema::Validator::RegExp; 1 package IMPL::DOM::Schema::Validator::RegExp;
2 2 use strict;
3 use parent qw(IMPL::DOM::Schema::Validator); 3 use parent qw(IMPL::DOM::Schema::Validator);
4 4
5 our %CTOR = ( 5 our %CTOR = (
6 'IMPL::DOM::Schema::Validator' => sub { 6 'IMPL::DOM::Schema::Validator' => sub {
7 my %args = @_; 7 my %args = @_;