view Lib/Deployment.pm @ 87:6d3bca490556

small fixes in the security moodules
author wizard
date Mon, 19 Apr 2010 23:20:46 +0400
parents 16ada169ca75
children
line wrap: on
line source

package Deployment;
use strict;

our %DeploymentScheme;
our %DeployMethod;

sub isUpdateNeeded {
    
}

sub Update {
    
}

1;