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

HON-Deploy

Build Status

Deploy perl module + bin + cgi.

Installation

To install this module, run

bash cpanm HON::Deploy

or from source with the following commands:

bash perl Build.PL ./Build ./Build test ./Build install

Usage

```bash hon-deploy-perl-distrib.pl --help

hon-deploy-perl-distrib.pl --dist=path/to/HON-Deploy.tar.gz --dir-base=/path/to/base

hon-deploy-perl-distrib.pl --dist=http://znverdi.hcuge.ch/~hondist/perl/dist/HON-Deploy.tar.gz --dir-base=/path/to/base

hon-deploy-perl-distrib.pl --dist=http://znverdi.hcuge.ch/~hondist/perl/dist/HON-Utils-latest.tar.gz,http://znverdi.hcuge.ch/~hondist/perl/dist/HON-Http-Mirror-latest.tar.gz --dir-base=$HOME/perl --dir-cgi=$HOME/public_html/cgi-bin --perl-interpreter=$(which perl) ```

Support and documentation

After installing, you can find documentation for this module with the perldoc command.

perldoc HON::Deploy

You can also look for information at:

Author

Maintainer

License

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.