1CPAN::Mini::App(3) User Contributed Perl Documentation CPAN::Mini::App(3)
2
3
4
6 CPAN::Mini::App - the guts of the minicpan command
7
9 version 1.100630
10
12 #!/usr/bin/perl
13 use CPAN::Mini::App;
14 CPAN::Mini::App->run;
15
17 run
18 This method is called by minicpan to do all the work. Don't rely on
19 what it does just yet.
20
22 Randal Schwartz's original article, which can be found here:
23
24 http://www.stonehenge.com/merlyn/LinuxMag/col42.html
25
27 Ricardo SIGNES <rjbs@cpan.org>
28 Randal Schwartz <merlyn@stonehenge.com>
29
31 This software is copyright (c) 2010 by Ricardo SIGNES.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
36
37
38perl v5.12.0 2010-03-04 CPAN::Mini::App(3)