in reply to Module History, core modules, Carp
It seems to me that you want Module::CoreList, which tells you which module is in the core and also the Perl version to it.
Running the following gives me 5.00307, which would mean that any "recent" ten year old version of Perl has it.
C:\>perl -MModule::CoreList -e "print Module::CoreList->first_release( +'Carp')" 5.00307
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Module History, core modules, Carp
by PodMaster (Abbot) on Feb 22, 2006 at 04:28 UTC | |
|
Re^2: Module History, core modules, Carp
by mikeraz (Friar) on Feb 21, 2006 at 22:05 UTC |