comparison Lib/Deployment/Batch/CopyTree.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::CopyTree; 1 package Deployment::Batch::CopyTree;
2 use base 'Deployment::Batch::Generic'; 2 use parent 'Deployment::Batch::Generic';
3 use Common; 3 use Common;
4 4
5 1; 5 1;