How can I test when a feature was added to Perl?

前端 未结 4 1187
天命终不由人
天命终不由人 2020-12-05 14:05

Are there any services similar to codepad that will allow you to test Perl constructs on old versions of perl?

Ideally, a system where you could enter an expression

4条回答
  •  [愿得一人]
    2020-12-05 14:13

    If you're looking for when a module was introduced to core Perl, you can use Module::CoreList.

    If you'd like to help develop a system like codepad for Perl, search for "PITA testing".

    Specifically, if you want a utility to download and install a number of Perl binaries to test your code, you can look at the programs in PITA-Setup-Perl/bin.

提交回复
热议问题