Mercurial > pub > Impl
comparison Lib/IMPL/DOM/Schema/Validator/Compare.pm @ 165:76515373dac0
Added Class::Template,
Rewritten SQL::Schema
'use parent' directive instead of 'use base'
author | wizard |
---|---|
date | Sat, 23 Apr 2011 23:06:48 +0400 |
parents | a4b0a819bbda |
children | d1676be8afcc |
comparison
equal
deleted
inserted
replaced
164:eb3e9861a761 | 165:76515373dac0 |
---|---|
1 package IMPL::DOM::Schema::Validator::Compare; | 1 package IMPL::DOM::Schema::Validator::Compare; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use base qw(IMPL::DOM::Schema::Validator); | 4 use parent qw(IMPL::DOM::Schema::Validator); |
5 | 5 |
6 use IMPL::Resources::Format qw(FormatMessage); | 6 use IMPL::Resources::Format qw(FormatMessage); |
7 use IMPL::Class::Property; | 7 use IMPL::Class::Property; |
8 | 8 |
9 BEGIN { | 9 BEGIN { |