-
-
31 Jan 2022 23:21:55 UTC
- Distribution: Giblog
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (245 / 1 / 13)
- Kwalitee
Bus factor: 1- 65.24% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (138.35KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Giblog::Command - command base class
DESCRIPTION
Giblog::Command is command base class.
You can also create your command inheriting Giblog::Command like Giblog::Command::new, Giblog::Command::add or Giblog::Command::build.
METHODS
new
$command->new(%args);
Create command object.
Arguments:
api
Giblog::API object.
api
$command->api;
Get Giblog::API object.
run
$command->run(@args);
Run command. This method is implemented by subclass.
Module Install Instructions
To install Giblog, copy and paste the appropriate command in to your terminal.
cpanm Giblog
perl -MCPAN -e shell install Giblog
For more information on module installation, please visit the detailed CPAN module installation guide.