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

NAME

Sys::CmdMod::Plugin - Abstract base class for command modifier

METHODS

cmd

Subclasses MUST implement this method.

This methods MUST return the command list passed to it.

Subclasses SHOULD prepend their own commands to this list.

NAME

Sys::CmdMod - Abstract base class for command modifier

AUTHOR

Dominik Schulz <dominik.schulz@gauner.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Dominik Schulz.

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