codepress-install - CodePress installation.


NAME

codepress-install - CodePress installation.

Back to Top


SYNOPSIS

    codepress-install [-q|-h|-m] [destination-dir]
    Options:
        --quiet | -h    Install quietly (only report errors).
        --help  | -h    This help screen.
    
    destination-dir     Directory to install into. (default current-directory).

Back to Top


DESCRIPTION

Installs CodePress using Alien::CodePress.

Back to Top


OPTIONS

--quiet

Install quietly (only report errors).

--help

Show this help screen.

destination-dir

Directory to install CodePress into. Default is the current directory.

Back to Top


AUTHOR Ask Solem <ask@0x61736b.net>

Back to Top


LICENSE


Copyright (C) 2007, Ask Solem.  All rights reserved.

This is free software; you can redistribute it and/or modify it under the same
terms as Perl itself.

Back to Top


SEE ALSO the Alien::CodePress manpage. =cut

# Local Variables: # mode: cperl # cperl-indent-level: 4 # fill-column: 78 # End: # vim: expandtab tabstop=4 shiftwidth=4 shiftround

Back to Top

 codepress-install - CodePress installation.