This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add functions to Config to expose the remaining information from perl -V
authorNicholas Clark <nick@ccl4.org>
Thu, 17 Feb 2011 16:25:53 +0000 (16:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 17 Feb 2011 16:28:36 +0000 (16:28 +0000)
commit3acb769b7e0a362f74c892536b04646fe37d0929
tree237f78b31164a5e818c616fa2aa0fe84e4efe126
parentc6b7b56c8549a3570120ea861853b7f5cbb02733
Add functions to Config to expose the remaining information from perl -V

Previously one could only find out by parsing the output of perl -V the list
of local patches, the compilation date, and the compilation options (some of
which affect binary compatibility). Now provide all of these as
local_patches(), compile_date(), bincompat_options() and
non_bincompat_options().
configpm