comparison Lib/IMPL/Transform.pm @ 236:2904da230022

DOM refactoring
author sergey
date Mon, 15 Oct 2012 04:23:01 +0400
parents 292226770180
children cd2b1f121029
comparison
equal deleted inserted replaced
235:a4d9126edcbb 236:2904da230022
1 package IMPL::Transform; 1 package IMPL::Transform;
2 use strict; 2 use strict;
3 3
4 use parent qw(IMPL::Object); 4 use parent qw(IMPL::Object);
5 5
6 use IMPL::lang qw(:declare :constants); 6 use IMPL::lang qw(:declare);
7 7
8 use IMPL::Class::Property::Direct; 8 use IMPL::Class::Property::Direct;
9 9
10 BEGIN { 10 BEGIN {
11 public _direct property templates => PROP_ALL; 11 public _direct property templates => PROP_ALL;