view Lib/Deployment.pm @ 78:a5cb84374d40

TT::Control in work
author wizard
date Fri, 02 Apr 2010 20:19:17 +0400
parents 16ada169ca75
children
line wrap: on
line source

package Deployment;
use strict;

our %DeploymentScheme;
our %DeployMethod;

sub isUpdateNeeded {
    
}

sub Update {
    
}

1;