view Lib/Deployment.pm @ 51:a1498298d3ee

Security in progress
author wizard@linux-odin.local
date Mon, 01 Mar 2010 17:25:36 +0300
parents 16ada169ca75
children
line wrap: on
line source

package Deployment;
use strict;

our %DeploymentScheme;
our %DeployMethod;

sub isUpdateNeeded {
    
}

sub Update {
    
}

1;