comparison Lib/Engine/Action.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
comparison
equal deleted inserted replaced
164:eb3e9861a761 165:76515373dac0
2 2
3 package Engine::Action; 3 package Engine::Action;
4 use Engine::CGI; 4 use Engine::CGI;
5 use Common; 5 use Common;
6 use URI; 6 use URI;
7 use base qw(IMPL::Object IMPL::Object::Disposable IMPL::Object::Autofill IMPL::Object::EventSource); 7 use parent qw(IMPL::Object IMPL::Object::Disposable IMPL::Object::Autofill IMPL::Object::EventSource);
8 use IMPL::Class::Property; 8 use IMPL::Class::Property;
9 use IMPL::Class::Property::Direct; 9 use IMPL::Class::Property::Direct;
10 10
11 our %Fallout; 11 our %Fallout;
12 12