| Module-New documentation | Contained in the Module-New distribution. |
Module::New::Recipe::Help - shows help
From the shell/command line:
lists all the commands.
shows pod for the <command>.
Kenichi Ishigaki, <ishigaki@cpan.org>
Copyright (C) 2009 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Module-New documentation | Contained in the Module-New distribution. |
package Module::New::Recipe::Help; use strict; use warnings; use Module::New::Recipe; use Module::New::Command::Help; flow { help; }; 1; __END__