Mercurial > pub > Impl
comparison Lib/IMPL/Class/Property.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 | 0f3e369553bd |
children | 6253872024a4 |
comparison
equal
deleted
inserted
replaced
164:eb3e9861a761 | 165:76515373dac0 |
---|---|
1 package IMPL::Class::Property; | 1 package IMPL::Class::Property; |
2 use strict; | 2 use strict; |
3 use base qw(Exporter); | 3 use parent qw(Exporter); |
4 BEGIN { | 4 BEGIN { |
5 our @EXPORT = qw(property prop_get prop_set owner_set prop_none prop_all prop_list CreateProperty); | 5 our @EXPORT = qw(property prop_get prop_set owner_set prop_none prop_all prop_list CreateProperty); |
6 } | 6 } |
7 | 7 |
8 require IMPL::Class::Member; | 8 require IMPL::Class::Member; |