NAME

Rex::Apache::Build::tgz - Build tgz packages

DESCRIPTION

With this module you can build TGZ packages to distribute your application.

SYNOPSIS

build "my-software",
  type   => "tgz",
  version => "1.0",
  source  => "/path/to/your/software",
  # below this, it is all optional
  exclude => [qw/file1 file2/];