| Module-Release documentation | view source | Contained in the Module-Release distribution. |
Module::Release::PAUSE - Interact with the Perl Authors Upload Server (PAUSE)
The release script automatically loads this module if it thinks that you
want to upload to PAUSE by noticing the cpan_user configuration
directive.
Set the name of the PAUSE FTP site. If you pass it something that doesn't look like a host name, it warns and doesn't set anything.
Return the hostname for PAUSE uploads.
Returns true is the object thinks it should upload a distro to PAUSE.
Claim the file in PAUSE
The base URL to claim something in PAUSE. This is
https://pause.perl.org/pause/authenquery.
XXX: This should read from pause_ftp_site probably
Construct the data for the POST request to claim a file in PAUSE.
The content type for the POST request to claim a file in PAUSE. This is
application/x-www-form-urlencoded.
This source is in Github:
git://github.com/briandfoy/module-release.git
brian d foy, <bdfoy@cpan.org>
Copyright (c) 2007-2009, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.
| Module-Release documentation | view source | Contained in the Module-Release distribution. |