view Lib/Deployment/Batch/CopyTree.pm @ 136:f6af119ac741

url routines for templates
author wizard
date Fri, 25 Jun 2010 16:45:56 +0400
parents 16ada169ca75
children 76515373dac0
line wrap: on
line source

package Deployment::Batch::CopyTree;
use base 'Deployment::Batch::Generic';
use Common;

1;