On 7/31/2004 12:40 PM, James Edward Gray II wrote:

On Jul 31, 2004, at 11:30 AM, Randy W. Sims wrote:

On 7/31/2004 12:24 PM, James Edward Gray II wrote:

Quick question:
What's the best way to find out if a module is standard in the Perl Core and if it is, when it was added?


Check out Module::CoreList
<http://search.cpan.org/dist/Module-CoreList/>


> perl -MModule::CoreList -e1
Can't locate Module/CoreList.pm in @INC (@INC contains:
<snip>
Guess that leads me to the question, when was Module::CoreList added?

It's not in the core. The perldeltaxxx files have info on when modules are added or modified, but I don't recall a complete list being in the docs anywhere. If you don't want to or can't install Module::CoreList, you can pick out the info online from:


<http://search.cpan.org/src/RCLAMP/Module-CoreList-1.96/lib/Module/CoreList.pm>



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to