NAME
Module::Release::PAUSE - Interact with the Perl Authors Upload Server (PAUSE)
SYNOPSIS
The release script automatically loads this module if it thinks that you want to upload to PAUSE by noticing the cpan_user
configuration directive.
DESCRIPTION
- set_pause_ftp_site( HOSTNAME )
-
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.
- pause_ftp_site
-
Return the hostname for PAUSE uploads.
- should_upload_to_pause
-
Returns true is the object thinks it should upload a distro to PAUSE.
- pause_claim
-
Claim the file in PAUSE
- pause_claim_base_url
-
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
- pause_claim_content
-
Construct the data for the POST request to claim a file in PAUSE.
- pause_claim_content_type
-
The content type for the POST request to claim a file in PAUSE. This is
application/x-www-form-urlencoded
.
SEE ALSO
SOURCE AVAILABILITY
This source is in Github:
git://github.com/briandfoy/module-release.git
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2007-2011, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.