-
-
13 May 2022 19:17:24 UTC
- Distribution: App-Cheats
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (233 / 0 / 0)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: artistic_2
- Activity
24 month- Tools
- Download (154.62KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- TimTools
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
~ __ __ ~ ~ _____/ /_ ___ ____ _/ /______ ~ ~ / ___/ __ \/ _ \/ __ `/ __/ ___/ ~ ~ / /__/ / / / __/ /_/ / /_(__ ) ~ ~ \___/_/ /_/\___/\__,_/\__/____/ ~ ~ ~
Summary
Useful commands collected over the years
Installation:
Install bash completion support.
% apt install bash-completion
Install cpanm.
% cpan App::cpanminus
Install module dependencies.
% cpanm --installdeps .
Install tab completion.
% source bashrc_pod
Usage:
# Show help. pod pod -h
Examples:
View summary of Mojo::UserAgent:
% pod Mojo::UserAgent
View summary of a specific method.
% pod Mojo::UserAgent get
Edit the module
% pod Mojo::UserAgent -e
Edit the module and jump to the specific method definition right away. (Press "n" to next match if neeeded).
% pod Mojo::UserAgent get -e
Run perldoc on the module (for convience)
% pod Mojo::UserAgent -d
List all available methods. If no methods are found normally, then this will automatically be enabled. (pod was made to work with Mojo pod styling).
% pod Mojo::UserAgent -a
Copyright and License
You should have received a LICENSE file, but the license is also noted in the module files. About the only thing you can't do is pretend that you wrote code that you didn't.
Author
((enjoy))
Tim Potapov, tim.potapov[AT]gmail.com
Module Install Instructions
To install App::Cheats, copy and paste the appropriate command in to your terminal.
cpanm App::Cheats
perl -MCPAN -e shell install App::Cheats
For more information on module installation, please visit the detailed CPAN module installation guide.