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

NAME

WE_Frontend::Publish::Tgz - publish files to a tar.gz archive file

SYNOPSIS

    use WE_Frontend::Main2;
    use WEsiteinfo qw($c);
    $c->staging->transport("tgz");
    $main->publish;

DESCRIPTION

WEsiteinfo.pm SETUP

The staging object of WEsiteinfo.pm should be set as follows:

    $staging->transport("tgz");
    $staging->archivefile('/tmp/archive-@DATE@.tar.gz'); # @DATE@ is filled with a iso 8601 date/time

AUTHOR

Slaven Rezic - slaven@rezic.de

SEE ALSO

tar(1), gzip(1).