comparison Lib/IMPL/DOM/Schema/ValidationError.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
4 4
5 use overload 5 use overload
6 '""' => \&toString, 6 '""' => \&toString,
7 'fallback' => 1; 7 'fallback' => 1;
8 8
9 use base qw(IMPL::Object); 9 use parent qw(IMPL::Object);
10 use IMPL::Class::Property; 10 use IMPL::Class::Property;
11 use IMPL::Class::Property::Direct; 11 use IMPL::Class::Property::Direct;
12 use IMPL::Resources::Format qw(FormatMessage); 12 use IMPL::Resources::Format qw(FormatMessage);
13 13
14 BEGIN { 14 BEGIN {