开发者

How long has a module been in Perl core?

开发者 https://www.devze.com 2023-04-01 11:15 出处:网络
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 t

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
0

精彩评论

暂无评论...
验证码 换一张
取 消