Mercurial > pub > Impl
comparison Lib/IMPL/Transform.pm @ 278:4ddb27ff4a0b
core refactoring
| author | cin |
|---|---|
| date | Mon, 04 Feb 2013 02:10:37 +0400 |
| parents | cd2b1f121029 |
| children |
comparison
equal
deleted
inserted
replaced
| 277:6585464c4664 | 278:4ddb27ff4a0b |
|---|---|
| 3 | 3 |
| 4 use parent qw(IMPL::Object); | 4 use parent qw(IMPL::Object); |
| 5 | 5 |
| 6 use IMPL::lang qw(:declare); | 6 use IMPL::lang qw(:declare); |
| 7 | 7 |
| 8 use IMPL::Class::Property::Direct; | |
| 9 | 8 |
| 10 BEGIN { | 9 BEGIN { |
| 11 public _direct property templates => PROP_ALL; | 10 public _direct property templates => PROP_ALL; |
| 12 public _direct property default => PROP_ALL; | 11 public _direct property default => PROP_ALL; |
| 13 public _direct property plain => PROP_ALL; | 12 public _direct property plain => PROP_ALL; |
