in reply to perlmodlib - with a difference ?

$ corelist -v 5.010 The following modules were in perl 5.010 CORE AnyDBM_File 1.00 Archive::Extract 0.24 Archive::Tar 1.38 Archive::Tar::Constant 0.02 [...]

corelist is part of Module::CoreList, which itself is in core since Perl 5.8.9.

Update: you'll actually want to run corelist -v 5.10.1, because the list of core modules changed quite a bit between 5.10.0 and 5.10.1.

Replies are listed 'Best First'.
Re^2: perlmodlib - with a difference ?
by Bloodnok (Vicar) on Jan 24, 2013 at 10:03 UTC
    Awesome, thank you, that's a proper life (and posssibly job:-) saver.

    I knew about corelist, but didn't realise that it could be used with an alternate version, I was under the impression that it only worked for the version under which it is running .... if that makes any sense.

    A user level that continues to overstate my experience :-))