1CPAN::Mini::App(3)    User Contributed Perl Documentation   CPAN::Mini::App(3)
2
3
4

NAME

6       CPAN::Mini::App - the guts of the minicpan command
7

VERSION

9       version 1.111016
10

SYNOPSIS

12         #!/usr/bin/perl
13         use CPAN::Mini::App;
14         CPAN::Mini::App->run;
15

METHODS

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

SEE ALSO

22       Randal Schwartz's original article, which can be found here:
23
24         http://www.stonehenge.com/merlyn/LinuxMag/col42.html
25

AUTHORS

27       •   Ricardo SIGNES <rjbs@cpan.org>
28
29       •   Randal Schwartz <merlyn@stonehenge.com>
30
32       This software is copyright (c) 2004 by Ricardo SIGNES.
33
34       This is free software; you can redistribute it and/or modify it under
35       the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.36.0                      2022-07-22                CPAN::Mini::App(3)
Impressum