-
-
23 Feb 2019 18:02:52 UTC
- Distribution: App-CPANCoverBadge
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (153 / 0 / 31)
- Kwalitee
Bus factor: 1- % Coverage
- License: artistic_2
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (12.09KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
App::CPANCoverBadge - Get badge for cpancover
VERSION
version 0.04
SYNOPSIS
use App::CPANCoverBadge; my $badger = App::CPANCoverBadge->new; my $badge = $badger->badge( 'App-CPANCoverBadge-0.01' ); say $badge;
ATTRIBUTES
db_file
sql
ua
METHODS
badge
AUTHOR
Renee Baecker <reneeb@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2019 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Module Install Instructions
To install App::CPANCoverBadge, copy and paste the appropriate command in to your terminal.
cpanm App::CPANCoverBadge
perl -MCPAN -e shell install App::CPANCoverBadge
For more information on module installation, please visit the detailed CPAN module installation guide.