Mercurial > pub > Impl
comparison Lib/IMPL/Class/Member.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 | 16ada169ca75 |
| children | 431db7034a88 |
comparison
equal
deleted
inserted
replaced
| 164:eb3e9861a761 | 165:76515373dac0 |
|---|---|
| 1 package IMPL::Class::Member; | 1 package IMPL::Class::Member; |
| 2 use strict; | 2 use strict; |
| 3 use base qw(Exporter); | 3 use parent qw(Exporter); |
| 4 our @EXPORT = qw(virtual public private protected); | 4 our @EXPORT = qw(virtual public private protected); |
| 5 | 5 |
| 6 use IMPL::Class::Meta; | 6 use IMPL::Class::Meta; |
| 7 require IMPL::Class::MemberInfo; | 7 require IMPL::Class::MemberInfo; |
| 8 | 8 |
