On Mon, Jan 17, 2005 at 12:32:06PM -0500, James Keenan ([EMAIL PROTECTED]) wrote: > What is the simplest way to determine for a given CPAN module (a) > whether it is part of the Perl core; (b) when it became part of the > core (i.e., which version of Perl); and (c) which version is considered > core?
Richard Clamp's marvelous Module::CoreList. Has a handy command line tool, too: $ corelist File::Temp File::Temp was first released with perl 5.006001 > upgrade the module's test suite to use Test::More's functionality and > to create temporary files safely with File::Temp. I need to determine > whether or not it is advisable to include these module's in the > Makefile.PL and, if so, what versions. Please add it to the Makefile.PL anyway. It never hurts to include them in the Makefile.PL, even if you know they're core. It also lets the META.yml files know more about the distribution. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
