1Mojolicious::Command::AUustehrorC:o:nctprainbiuftye(d3M)PoejrolliDcoicouumse:n:tCaotmimoannd::Author::cpanify(3)
2
3
4
6 Mojolicious::Command::Author::cpanify - CPAN-ify command
7
9 Usage: APPLICATION cpanify [OPTIONS] [FILE]
10
11 mojo cpanify -u sri -p secr3t Mojolicious-Plugin-MyPlugin-0.01.tar.gz
12
13 Options:
14 -h, --help Show this summary of available options
15 -p, --password <password> PAUSE password
16 -u, --user <name> PAUSE username
17
19 Mojolicious::Command::Author::cpanify uploads files to CPAN.
20
21 This is a core command, that means it is always enabled and its code a
22 good example for learning to build new commands, you're welcome to fork
23 it.
24
25 See "COMMANDS" in Mojolicious::Commands for a list of commands that are
26 available by default.
27
29 Mojolicious::Command::Author::cpanify inherits all attributes from
30 Mojolicious::Command and implements the following new ones.
31
32 description
33 my $description = $cpanify->description;
34 $cpanify = $cpanify->description('Foo');
35
36 Short description of this command, used for the command list.
37
38 usage
39 my $usage = $cpanify->usage;
40 $cpanify = $cpanify->usage('Foo');
41
42 Usage information for this command, used for the help screen.
43
45 Mojolicious::Command::Author::cpanify inherits all methods from
46 Mojolicious::Command and implements the following new ones.
47
48 run
49 $cpanify->run(@ARGV);
50
51 Run this command.
52
54 Mojolicious, Mojolicious::Guides, <https://mojolicious.org>.
55
56
57
58perl v5.34.0 2021-M0o7j-o2l2icious::Command::Author::cpanify(3)