Module::Release::PAUSE - Interact with the Perl Authors Upload Server (PAUSE)


Module-Release documentation  | view source Contained in the Module-Release distribution.

Index


NAME

Top

Module::Release::PAUSE - Interact with the Perl Authors Upload Server (PAUSE)

SYNOPSIS

Top

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

Top

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

Top

Module::Release

SOURCE AVAILABILITY

Top

This source is in Github:

	git://github.com/briandfoy/module-release.git

AUTHOR

Top

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Top


Module-Release documentation  | view source Contained in the Module-Release distribution.