Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

corelist

Perl 5 version 8.9 documentation
Recently read

corelist

NAME

corelist - a commandline frontend to Module::CoreList

DESCRIPTION

See Module::CoreList for one.

SYNOPSIS

  1. corelist -v
  2. corelist [-a|-d] <ModuleName> | /<ModuleRegex>/ [<ModuleVersion>] ...
  3. corelist [-v <PerlVersion>] [ <ModuleName> | /<ModuleRegex>/ ] ...

OPTIONS

  • -a

    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.

    1. corelist -a utf8
    2. utf8 was first released with perl 5.006
    3. 5.006 undef
    4. 5.006001 undef
    5. 5.006002 undef
    6. 5.007003 1.00
    7. 5.008 1.00
    8. 5.008001 1.02
    9. 5.008002 1.02
    10. 5.008003 1.02
    11. 5.008004 1.03
    12. 5.008005 1.04
    13. 5.008006 1.04
    14. 5.008007 1.05
    15. 5.008008 1.06
    16. 5.009 1.02
    17. 5.009001 1.02
    18. 5.009002 1.04
    19. 5.009003 1.06
  • -d

    finds the first perl version where a module has been released by date, and not by version number (as is the default).

  • -? or -help

    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 or 5.008008 ), you get a list of all the modules and their respective versions. (If you have the version module, you can also use new-style version numbers, like 5.8.8 .)

    In module filtering context, it can be used as Perl version filter.

As a special case, if you specify the module name Unicode , you'll get the version number of the Unicode Character Database bundled with the requested perl versions.

EXAMPLES

  1. $ corelist File::Spec
  2. File::Spec was first released with perl 5.005
  3. $ corelist File::Spec 0.83
  4. File::Spec 0.83 was released with perl 5.007003
  5. $ corelist File::Spec 0.89
  6. File::Spec 0.89 was not in CORE (or so I think)
  7. $ corelist File::Spec::Aliens
  8. File::Spec::Aliens was not in CORE (or so I think)
  9. $ corelist /IPC::Open/
  10. IPC::Open2 was first released with perl 5
  11. IPC::Open3 was first released with perl 5
  12. $ corelist /MANIFEST/i
  13. ExtUtils::Manifest was first released with perl 5.001
  14. $ corelist /Template/
  15. /Template/ has no match in CORE (or so I think)
  16. $ corelist -v 5.8.8 B
  17. B 1.09_01
  18. $ corelist -v 5.8.8 /^B::/
  19. B::Asmdata 1.01
  20. B::Assembler 0.07
  21. B::Bblock 1.02_01
  22. B::Bytecode 1.01_01
  23. B::C 1.04_01
  24. B::CC 1.00_01
  25. B::Concise 0.66
  26. B::Debug 1.02_01
  27. B::Deparse 0.71
  28. B::Disassembler 1.05
  29. B::Lint 1.03
  30. B::O 1.00
  31. B::Showlex 1.02
  32. B::Stackobj 1.00
  33. B::Stash 1.00
  34. B::Terse 1.03_01
  35. B::Xref 1.01

COPYRIGHT

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

Currently maintained by the perl 5 porters <perl5-porters@perl.org>.

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