comparison Lib/IMPL/Text/Parser/Chunk.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents d1676be8afcc
children
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::Object IMPL::Object::Autofill); 5 use parent qw(IMPL::Object IMPL::Object::Autofill);
6 6
7 use IMPL::Class::Property; 7 use IMPL::Class::Property;
8 use IMPL::Class::Property::Direct;
9 8
10 use constant { 9 use constant {
11 OP_REGEXP => 1, 10 OP_REGEXP => 1,
12 OP_STRING => 2, 11 OP_STRING => 2,
13 OP_REFERENCE => 3, 12 OP_REFERENCE => 3,