Mercurial > pub > Impl
comparison Lib/IMPL/Config/Activator.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 | 0667064553ef | 
| children | d1676be8afcc | 
   comparison
  equal
  deleted
  inserted
  replaced
| 164:eb3e9861a761 | 165:76515373dac0 | 
|---|---|
| 1 package IMPL::Config::Activator; | 1 package IMPL::Config::Activator; | 
| 2 use strict; | 2 use strict; | 
| 3 | 3 | 
| 4 use base qw(IMPL::Object IMPL::Object::Autofill IMPL::Object::PublicSerializable); | 4 use parent qw(IMPL::Object IMPL::Object::Autofill IMPL::Object::PublicSerializable); | 
| 5 use IMPL::Class::Property; | 5 use IMPL::Class::Property; | 
| 6 | 6 | 
| 7 BEGIN { | 7 BEGIN { | 
| 8 public property factory => prop_all; | 8 public property factory => prop_all; | 
| 9 public property parameters => prop_all; | 9 public property parameters => prop_all; | 
