1CPAN-UPLOADER(1) User Contributed Perl Documentation CPAN-UPLOADER(1)
2
3
4
6 cpan_upload - upload a distribution to the CPAN
7
9 version 0.103000
10
12 usage: cpan-upload [options] file-to-upload
13 -v --verbose enable verbose logging
14 -h --help display this help message
15 --dry-run do not actually upload anything
16
17 -u --user your PAUSE username
18 -p --password the password to your PAUSE account
19 -d --directory a dir in your CPAN space in which to put the file
20 --http-proxy URL of the http proxy to use in uploading
21
23 If you have a ".pause" file in your home directory, it will be checked
24 for a username and password. It should look like this:
25
26 user EXAMPLE
27 password your-secret-password
28
30 CPAN::Uploader
31
33 Ricardo SIGNES <rjbs@cpan.org>
34
36 This software is copyright (c) 2011 by Ricardo SIGNES.
37
38 This is free software; you can redistribute it and/or modify it under
39 the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.12.3 2011-04-08 CPAN-UPLOADER(1)