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
So simple, it's positively Lazy!
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.
Will do. Thanks Andy and Randy!
jimk
