The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

corelist - a commandline frontend to Module::CoreList

DESCRIPTION

See Module::CoreList for one.

SYNOPSIS

    corelist [-help] [-a] [-man] [-v [ version ]] [ Modulename [ version ]]

OPTIONS

a

    corelist -a utf8

    utf8  was first released with perl 5.006
      5.006      undef
      5.006001   undef
      5.006002   undef
      5.007003   1.00
      5.008      1.00
      5.008001   1.02
      5.008002   1.02
      5.008003   1.02
      5.008004   1.03
      5.008005   1.04
      5.008006   1.04
      5.009      1.02
      5.009001   1.02

-?

help! help! help! to see more help, try --man.

man

all of the help

v

lists all of the perl release versions we got the CoreList for.

If you pass a version argument (value of $], like 5.00503), you get a list of all the modules and their respective versions.

EXAMPLES

    $ 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)

COPYRIGHT

Copyright (c) 2002-2003 by D.H. aka PodMaster

This program is distributed under the same terms as perl itself. See http://perl.com or http://cpan.org for more info on that.