The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPAN::Mini::Inject::Remote - Inject into your CPAN mirror from over here

VERSION

Version 0.04

SYNOPSIS

describe the module, working code example

DESCRIPTION

FUNCTIONS

new

Class constructor

add

Calls the add function on the remote server

update

Calls the update function on the remote server

inject

Calls the inject function on the remote server

CONFIGURATION FILE

the sample configuration file ~/.mcpani_remote over SSL:

 remote_server: https://mcpani.your.org
 SSL_cert_file: ~/.certs/your.crt
 SSL_key_file: ~/.certs/your.key
 SSL_ca_file: #!perl -MCACertOrg::CA -e 'print CACertOrg::CA::SSL_ca_file()'

you want to export your.crt and your.key from your.p12:

 $ openssl pkcs12 -nokeys -clcerts -in your.p12 -out your.crt
 Enter Import Password: ******
 MAC verified OK
 $ openssl pkcs12 -nocerts -nodes -in your.p12 -out your.key
 Enter Import Password: ******
 MAC verified OK

AUTHOR

Christopher Mckay, <potatohead at potatolan.com>

BUGS

Please report any bugs or feature requests to bug-cpan-mini-inject-remote at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPAN-Mini-Inject-Remote. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

TODO

Fix up error messages, they currently contain $response dumps

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc CPAN::Mini::Inject::Remote

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Christopher Mckay.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.