NAME

CPAN::Uploader - upload things to the CPAN

VERSION

version 0.001

WARNING

This is really, really not well tested or used yet.  Give it a few weeks, at
least.  -- rjbs, 2008-06-06

ORIGIN

This code is mostly derived from cpan-upload-http by Brad Fitzpatrick, which in turn was based on cpan-upload by Neil Bowers. I (rjbs) didn't want to have to use a system call to run either of those, so I refactored the code into this module.

METHODS

log

$uploader->log($message);

debug

$uploader->debug($message);

upload_file

$uploader->upload_file($file, \%arg);

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2008 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 127:

=cut found outside a pod block. Skipping to next block.

Around line 129:

=cut found outside a pod block. Skipping to next block.