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
    Hi :) If you have the latest Module::CoreList, you should have seen
    C:\>corelist Carp Carp was first released with perl 5

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

Re^2: Module History, core modules, Carp
by mikeraz (Friar) on Feb 21, 2006 at 22:05 UTC

    That would do it. thank you.

    Be Appropriate && Follow Your Curiosity