The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PkgForge::Tool - Package Forge application manager

VERSION

This documentation refers to PkgForge::Tool version 1.4.8

SYNOPSIS

    use PkgForge::Tool;

    PkgForge::Tool->run;

DESCRIPTION

This class is used to parse a command-line and select the correct class in the PkgForge::App namespace to execute the requested command. Typically you would not use this class directly, it mainly exists to make the pkgforge(1) command as simple as possible.

SUBROUTINES/METHODS

run

This is the method which does all the work.

DEPENDENCIES

This module is powered by Moose and uses MooseX::App::Cmd.

SEE ALSO

PkgForge

PLATFORMS

This is the list of platforms on which we have tested this software. We expect this software to work on any Unix-like platform which is supported by Perl.

ScientificLinux5, Fedora13

BUGS AND LIMITATIONS

Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.

AUTHOR

    Stephen Quinney <squinney@inf.ed.ac.uk>

LICENSE AND COPYRIGHT

    Copyright (C) 2010 University of Edinburgh. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GPL, version 2 or later.