Mercurial > pub > Impl
comparison Lib/IMPL/Object/Autofill.pm @ 166:4267a2ac3d46
Added Class::Template,
Rewritten SQL::Schema
'use parent' directive instead of 'use base'
author | wizard |
---|---|
date | Sat, 23 Apr 2011 23:12:06 +0400 |
parents | e6447ad85cb4 |
children | d1676be8afcc |
comparison
equal
deleted
inserted
replaced
165:76515373dac0 | 166:4267a2ac3d46 |
---|---|
82 __END__ | 82 __END__ |
83 | 83 |
84 =pod | 84 =pod |
85 =head1 SYNOPSIS | 85 =head1 SYNOPSIS |
86 package MyClass; | 86 package MyClass; |
87 use base qw(IMPL::Object IMPL::Object::Autofill); | 87 use parent qw(IMPL::Object IMPL::Object::Autofill); |
88 | 88 |
89 BEGIN { | 89 BEGIN { |
90 private property PrivateData => prop_all; | 90 private property PrivateData => prop_all; |
91 public property PublicData => prop_get; | 91 public property PublicData => prop_get; |
92 } | 92 } |