comparison Lib/IMPL/Class/Property/Direct.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 05df123a2ff1
children b3d91ff7aea9
comparison
equal deleted inserted replaced
164:eb3e9861a761 165:76515373dac0
1 package IMPL::Class::Property::Direct; 1 package IMPL::Class::Property::Direct;
2 use strict; 2 use strict;
3 3
4 use base qw(Exporter IMPL::Object::Accessor IMPL::Class::Property::Base); 4 use parent qw(Exporter IMPL::Object::Accessor IMPL::Class::Property::Base);
5 our @EXPORT = qw(_direct); 5 our @EXPORT = qw(_direct);
6 6
7 require IMPL::Object::List; 7 require IMPL::Object::List;
8 use IMPL::Class::Property; 8 use IMPL::Class::Property;
9 require IMPL::Exception; 9 require IMPL::Exception;