-
-
09 Dec 2015 19:53:12 UTC
- Distribution: App-grindperl
- Module version: 0.004
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (1321 / 0 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: apache_2_0
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (17.44KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
App::grindperl - Guts of the grindperl tool
VERSION
version 0.004
SYNOPSIS
use App::grindperl; my $app = App::grindperl->new; exit $app->run;
DESCRIPTION
This module contains the guts of the grindperl program.
SEE ALSO
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/dagolden/App-grindperl/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/dagolden/App-grindperl
git clone https://github.com/dagolden/App-grindperl.git
AUTHOR
David Golden <dagolden@cpan.org>
CONTRIBUTORS
David Golden <xdg@xdg.me>
Sawyer X <xsawyerx@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
Module Install Instructions
To install App::grindperl, copy and paste the appropriate command in to your terminal.
cpanm App::grindperl
perl -MCPAN -e shell install App::grindperl
For more information on module installation, please visit the detailed CPAN module installation guide.