in reply to Re^2: Config.pm file and @INC array
in thread Config.pm file and @INC array

Thanks for the clarification. I thought It'd be something like that and was confused by the fact that neither the search.cpan.org perl core module list nor perl -MModule::CoreList -e 'Module::CoreList->first_release("Config")' showed it, but this makes perfect sense of course.

Update: and of course, the search.cpan.org list does show it, it's just under "Documentation" rather than "Modules". sigh


All dogma is stupid.

Replies are listed 'Best First'.
Re^4: Config.pm file and @INC array
by ikegami (Patriarch) on Feb 25, 2009 at 16:24 UTC

    As some happy coincidence(?), search.cpan.org is actually finding the pod parts of Config.pm in configpm, the tool that builds Config.pm. Most of the documentation is missing on search.cpan.org (appearing only as $c) because the pod is generated as well.