http://www.perlmonks.org?node_id=670938


in reply to Re^2: Which core modules did Perl 5.x have?
in thread Which core modules did Perl 5.x have?

With Perl 5.8.5:

C:\>corelist Module::CoreList Module::CoreList was not in CORE (or so I think)

But the nice thing is, you can install it on any version of Perl via cpan.

With Perl 5.10 (Strawberry):

C:\>corelist Module::CoreList Module::CoreList was first released with perl 5.009002

So, starting at 5.10, you don't need to install it necessarily.