man-pages/man1/corelist.1.html
2021-03-31 01:06:50 +01:00

294 lines
6.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of CORELIST</TITLE>
</HEAD><BODY>
<H1>CORELIST</H1>
Section: Perl Programmers Reference Guide (1)<BR>Updated: 2020-10-19<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
corelist - a commandline frontend to Module::CoreList
<A NAME="lbAC">&nbsp;</A>
<H2>DESCRIPTION</H2>
See Module::CoreList for one.
<A NAME="lbAD">&nbsp;</A>
<H2>SYNOPSIS</H2>
<PRE>
corelist -v
corelist [-a|-d] &lt;ModuleName&gt; | /&lt;ModuleRegex&gt;/ [&lt;ModuleVersion&gt;] ...
corelist [-v &lt;PerlVersion&gt;] [ &lt;ModuleName&gt; | /&lt;ModuleRegex&gt;/ ] ...
corelist [-r &lt;PerlVersion&gt;] ...
corelist --utils [-d] &lt;UtilityName&gt; [&lt;UtilityName&gt;] ...
corelist --utils -v &lt;PerlVersion&gt;
corelist --feature &lt;FeatureName&gt; [&lt;FeatureName&gt;] ...
corelist --diff PerlVersion PerlVersion
corelist --upstream &lt;ModuleName&gt;
</PRE>
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1">-a<DD>
lists all versions of the given module (or the matching modules, in case you
used a module regexp) in the perls Module::CoreList knows about.
<P>
<PRE>
corelist -a Unicode
Unicode was first released with perl v5.6.2
v5.6.2 3.0.1
v5.8.0 3.2.0
v5.8.1 4.0.0
v5.8.2 4.0.0
v5.8.3 4.0.0
v5.8.4 4.0.1
v5.8.5 4.0.1
v5.8.6 4.0.1
v5.8.7 4.1.0
v5.8.8 4.1.0
v5.8.9 5.1.0
v5.9.0 4.0.0
v5.9.1 4.0.0
v5.9.2 4.0.1
v5.9.3 4.1.0
v5.9.4 4.1.0
v5.9.5 5.0.0
v5.10.0 5.0.0
v5.10.1 5.1.0
v5.11.0 5.1.0
v5.11.1 5.1.0
v5.11.2 5.1.0
v5.11.3 5.2.0
v5.11.4 5.2.0
v5.11.5 5.2.0
v5.12.0 5.2.0
v5.12.1 5.2.0
v5.12.2 5.2.0
v5.12.3 5.2.0
v5.12.4 5.2.0
v5.13.0 5.2.0
v5.13.1 5.2.0
v5.13.2 5.2.0
v5.13.3 5.2.0
v5.13.4 5.2.0
v5.13.5 5.2.0
v5.13.6 5.2.0
v5.13.7 6.0.0
v5.13.8 6.0.0
v5.13.9 6.0.0
v5.13.10 6.0.0
v5.13.11 6.0.0
v5.14.0 6.0.0
v5.14.1 6.0.0
v5.15.0 6.0.0
</PRE>
<DT id="2">-d<DD>
finds the first perl version where a module has been released by
date, and not by version number (as is the default).
<DT id="3">--diff<DD>
Given two versions of perl, this prints a human-readable table of all module
changes between the two. The output format may change in the future, and is
meant for <I>humans</I>, not programs. For programs, use the Module::CoreList
<FONT SIZE="-1">API.</FONT>
<DT id="4">-? or -help<DD>
help! help! help! to see more help, try --man.
<DT id="5">-man<DD>
all of the help
<DT id="6">-v<DD>
lists all of the perl release versions we got the CoreList for.
<P>
If you pass a version argument (value of <TT>$]</TT>, like <TT>5.00503</TT> or <TT>5.008008</TT>),
you get a list of all the modules and their respective versions.
(If you have the <TT>&quot;version&quot;</TT> module, you can also use new-style version numbers,
like <TT>5.8.8</TT>.)
<P>
In module filtering context, it can be used as Perl version filter.
<DT id="7">-r<DD>
lists all of the perl releases and when they were released
<P>
If you pass a perl version you get the release date for that version only.
<DT id="8">--utils<DD>
lists the first version of perl each named utility program was released with
<P>
May be used with -d to modify the first release criteria.
<P>
If used with -v &lt;version&gt; then all utilities released with that version of perl
are listed, and any utility programs named on the command line are ignored.
<DT id="9">--feature, -f<DD>
lists the first version bundle of each named feature given
<DT id="10">--upstream, -u<DD>
Shows if the given module is primarily maintained in perl core or on <FONT SIZE="-1">CPAN</FONT>
and bug tracker <FONT SIZE="-1">URL.</FONT>
</DL>
<P>
As a special case, if you specify the module name <TT>&quot;Unicode&quot;</TT>, you'll get
the version number of the Unicode Character Database bundled with the
requested perl versions.
<A NAME="lbAF">&nbsp;</A>
<H2>EXAMPLES</H2>
<PRE>
$ corelist File::Spec
File::Spec was first released with perl 5.005
$ corelist File::Spec 0.83
File::Spec 0.83 was released with perl 5.007003
$ corelist File::Spec 0.89
File::Spec 0.89 was not in CORE (or so I think)
$ corelist File::Spec::Aliens
File::Spec::Aliens was not in CORE (or so I think)
$ corelist /IPC::Open/
IPC::Open2 was first released with perl 5
IPC::Open3 was first released with perl 5
$ corelist /MANIFEST/i
ExtUtils::Manifest was first released with perl 5.001
$ corelist /Template/
/Template/ has no match in CORE (or so I think)
$ corelist -v 5.8.8 B
B 1.09_01
$ corelist -v 5.8.8 /^B::/
B::Asmdata 1.01
B::Assembler 0.07
B::Bblock 1.02_01
B::Bytecode 1.01_01
B::C 1.04_01
B::CC 1.00_01
B::Concise 0.66
B::Debug 1.02_01
B::Deparse 0.71
B::Disassembler 1.05
B::Lint 1.03
B::O 1.00
B::Showlex 1.02
B::Stackobj 1.00
B::Stash 1.00
B::Terse 1.03_01
B::Xref 1.01
</PRE>
<A NAME="lbAG">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright (c) 2002-2007 by D.H. aka PodMaster
<P>
Currently maintained by the perl 5 porters &lt;<A HREF="mailto:perl5-porters@perl.org">perl5-porters@perl.org</A>&gt;.
<P>
This program is distributed under the same terms as perl itself.
See <A HREF="http://perl.org/">http://perl.org/</A> or <A HREF="http://cpan.org/">http://cpan.org/</A> for more info on that.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="11"><A HREF="#lbAB">NAME</A><DD>
<DT id="12"><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT id="13"><A HREF="#lbAD">SYNOPSIS</A><DD>
<DT id="14"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="15"><A HREF="#lbAF">EXAMPLES</A><DD>
<DT id="16"><A HREF="#lbAG">COPYRIGHT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:09 GMT, March 31, 2021
</BODY>
</HTML>