in reply to Re: Core Modules
in thread Core Modules
The documentation is a little unclear so tell me if I am reading it correctly. It looks like it has an entry for every module that was included with Perl by version, correct? So if I do,
use Module::CoreList; if (not Module::CoreList->first_release_by_date('Foo::Bar')) { print "Foo::bar is not a part of core\n"; }
That should return what I want?
Update: Adding the code to my program, I still had these modules show up that I am sure are a part of Core.
OK, they are in the core list I just have to change my check, I believe to find them, because they have no version number.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Core Modules
by toolic (Bishop) on Jun 20, 2008 at 20:12 UTC | |
|
Re^3: Core Modules
by kyle (Abbot) on Jun 20, 2008 at 19:59 UTC | |
by Herkum (Parson) on Jun 20, 2008 at 20:04 UTC |