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

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.