-
-
31 Aug 2012 09:04:42 UTC
- Distribution: Module-Install-PrePAN
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (474 / 0 / 0)
- Kwalitee
Bus factor: 0- 43.88% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (20.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Module::Install::PrePAN - Designate resources at PrePAN related to a module
SYNOPSIS
# Makefile.PL prepan module_url => 'http://prepan.org/module/3Yz7PYrBJG', author_url => 'http://prepan.org/user/3XR97nG2Gi';
DESCRIPTION
Module::Install::PrePAN is a Module::Install extension to designate some resources at PrePAN, social reviewing site for Perl modules (http://prepan.org/).
METHODS
prepan ( %args )
Adds resources at PrePAN passed in as
%args
under $meta.resources.X_prepan_{author,module}.CPAN META Spec version 1.4 specifies that unofficial keys under $meta.resource must include at least one upper-case letter but version 2 doesn't. Besides, ver.2 formalized all custom keys not listed in the official spec use "x_" or "X_". See CPAN::Meta::Spec and CPAN::Meta::History for details.
This module uses the key "X_prepan_*" because of that.
AUTHOR
Kentaro Kuribayashi <kentarok@gmail.com>
SEE ALSO
LICENSE
Copyright (C) Kentaro Kuribayashi
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Module::Install::PrePAN, copy and paste the appropriate command in to your terminal.
cpanm Module::Install::PrePAN
perl -MCPAN -e shell install Module::Install::PrePAN
For more information on module installation, please visit the detailed CPAN module installation guide.