1CORELIST(1)            Perl Programmers Reference Guide            CORELIST(1)
2
3
4

NAME

6       corelist - a commandline frontend to Module::CoreList
7

DESCRIPTION

9       See Module::CoreList for one.
10

SYNOPSIS

12           corelist -v
13           corelist [-a|-d] <ModuleName> | /<ModuleRegex>/ [<ModuleVersion>] ...
14           corelist [-v <PerlVersion>] [ <ModuleName> | /<ModuleRegex>/ ] ...
15

OPTIONS

17       -a  lists all versions of the given module (or the matching modules, in
18           case you used a module regexp) in the perls Module::CoreList knows
19           about.
20
21               corelist -a utf8
22
23               utf8 was first released with perl 5.006
24                 5.006      undef
25                 5.006001   undef
26                 5.006002   undef
27                 5.007003   1.00
28                 5.008      1.00
29                 5.008001   1.02
30                 5.008002   1.02
31                 5.008003   1.02
32                 5.008004   1.03
33                 5.008005   1.04
34                 5.008006   1.04
35                 5.008007   1.05
36                 5.008008   1.06
37                 5.009      1.02
38                 5.009001   1.02
39                 5.009002   1.04
40                 5.009003   1.06
41
42       -d  finds the first perl version where a module has been released by
43           date, and not by version number (as is the default).
44
45       -? or -help
46           help! help! help! to see more help, try --man.
47
48       -man
49           all of the help
50
51       -v  lists all of the perl release versions we got the CoreList for.
52
53           If you pass a version argument (value of $], like 5.00503 or
54           5.008008), you get a list of all the modules and their respective
55           versions.  (If you have the "version" module, you can also use new-
56           style version numbers, like 5.8.8.)
57
58           In module filtering context, it can be used as Perl version filter.
59
60       As a special case, if you specify the module name "Unicode", you'll get
61       the version number of the Unicode Character Database bundled with the
62       requested perl versions.
63

EXAMPLES

65           $ corelist File::Spec
66
67           File::Spec was first released with perl 5.005
68
69           $ corelist File::Spec 0.83
70
71           File::Spec 0.83 was released with perl 5.007003
72
73           $ corelist File::Spec 0.89
74
75           File::Spec 0.89 was not in CORE (or so I think)
76
77           $ corelist File::Spec::Aliens
78
79           File::Spec::Aliens  was not in CORE (or so I think)
80
81           $ corelist /IPC::Open/
82
83           IPC::Open2 was first released with perl 5
84
85           IPC::Open3 was first released with perl 5
86
87           $ corelist /MANIFEST/i
88
89           ExtUtils::Manifest was first released with perl 5.001
90
91           $ corelist /Template/
92
93           /Template/  has no match in CORE (or so I think)
94
95           $ corelist -v 5.8.8 B
96
97           B                        1.09_01
98
99           $ corelist -v 5.8.8 /^B::/
100
101           B::Asmdata               1.01
102           B::Assembler             0.07
103           B::Bblock                1.02_01
104           B::Bytecode              1.01_01
105           B::C                     1.04_01
106           B::CC                    1.00_01
107           B::Concise               0.66
108           B::Debug                 1.02_01
109           B::Deparse               0.71
110           B::Disassembler          1.05
111           B::Lint                  1.03
112           B::O                     1.00
113           B::Showlex               1.02
114           B::Stackobj              1.00
115           B::Stash                 1.00
116           B::Terse                 1.03_01
117           B::Xref                  1.01
118
120       Copyright (c) 2002-2007 by D.H. aka PodMaster
121
122       Currently maintained by the perl 5 porters <perl5-porters@perl.org>.
123
124       This program is distributed under the same terms as perl itself.  See
125       http://perl.org/ or http://cpan.org/ for more info on that.
126
127
128
129perl v5.10.1                      2017-03-22                       CORELIST(1)
Impressum