comparison Lib/Deployment/Batch/CustomAction.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
1 use strict; 1 use strict;
2 package Deployment::Batch::CustomAction; 2 package Deployment::Batch::CustomAction;
3 use base qw(Deployment::Batch::Generic); 3 use parent qw(Deployment::Batch::Generic);
4 use Common; 4 use Common;
5 5
6 BEGIN { 6 BEGIN {
7 DeclareProperty handlerRun => ACCESS_READ; 7 DeclareProperty handlerRun => ACCESS_READ;
8 DeclareProperty handlerRollback => ACCESS_READ; 8 DeclareProperty handlerRollback => ACCESS_READ;