The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Rex::Apache::Deploy::tgz - Deploy tgz package

DESCRIPTION

With this module you can deploy a TGZ packages.

If the package is not build yet, it will pass all the arguments to the build() function and executes the build on the local machine.

SYNOPSIS

 deploy "my-software.tgz";
  
 deploy "my-software",
    type    => "rpm",
    version => "1.0",
    # below this, it is all optional
    source  => "html",
    path    => "/var/www/html";