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

NAME

cc.whichperlmodule.pl - Search Module::CoreList for a module within a given version of Perl

SYNOPSIS

cc.whichperlmodule.pl [options]

        Options:
        -help
        -module_name NameOfModule
        -perl_version VersionOfPerl

All switches can be reduced to a single letter.

Exit value: 0.

OPTIONS

o -help

Print help and exit.

o -module_name NameOfModule

Specify the name of the module to be searched for, for the given version of Perl.

Default: ''.

o -perl_version VersionOfPerl

Specify the version number of Perl to search.

Perl V 5.10.1 must be written as 5.010001, and V 5.12.1 as 5.012001.

Default: ''.