The module I'm actually interested in is Sys::Hostname, but as a more general question, how can I tell how long a particular module has been a core module? I'm curiou开发者_StackOverflow社区s about this with regards to the Perl version.
Would Module::CoreList help?
From withing Perl:
print Module::CoreList->first_release('Sys::Hostname');
From the command line:
corelist -d Sys::Hostname
精彩评论