Mercurial > pub > Impl
comparison Lib/Deployment/Batch/Backup.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 package Deployment::Batch::Backup; | 1 package Deployment::Batch::Backup; |
2 use base qw(Deployment::Batch::Generic); | 2 use parent qw(Deployment::Batch::Generic); |
3 use Common; | 3 use Common; |
4 use File::Copy; | 4 use File::Copy; |
5 | 5 |
6 BEGIN { | 6 BEGIN { |
7 DeclareProperty Action => ACCESS_READ; | 7 DeclareProperty Action => ACCESS_READ; |