-
-
04 Aug 2016 15:49:47 UTC
- Distribution: Dist-Zilla-Plugin-CPAN-Mini-Inject-REST
- Module version: 0.004
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (470 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: bsd
- Activity
24 month- Tools
- Download (3.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Colin Newell
NAME
Dist::Zilla::Plugin::CPAN::Mini::Inject::REST - Uploads to a CPAN::Mini::Inject mirror using CPAN::Mini::Inject::REST
DESCRIPTION
Like Dist::Zilla::Plugin::Inject, this plugin is a release-stage plugin that uploads to a CPAN::Mini mirror. This one expects that the remote is a CPAN::Mini::Inject::REST server, since it uses CPAN::Mini::Inject::REST::Client::API to do it.
ATTRIBUTES
This plugin extends CPAN::Mini::Inject::REST::Client::API and therefore all of its properties can be provided. A summary:
- host - Required - without the protocol.
- protocol - Optional. Defaults to
http
. This differs from the parent class, where it is required. - port - Optional. Defaults to
80
. This differs from the parent class, where it is required. - username - Optional. Username for HTTP basic auth.
- password - Optional. Password for HTTP basic auth.
Module Install Instructions
To install Dist::Zilla::Plugin::CPAN::Mini::Inject::REST, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::CPAN::Mini::Inject::REST
perl -MCPAN -e shell install Dist::Zilla::Plugin::CPAN::Mini::Inject::REST
For more information on module installation, please visit the detailed CPAN module installation guide.