This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the implementation of ./perl -V to Internals::V and Config::_V
authorNicholas Clark <nick@ccl4.org>
Tue, 29 Sep 2009 14:52:24 +0000 (15:52 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Sep 2009 15:26:41 +0000 (16:26 +0100)
commit4a5df3864868b2e99a39b861035a682e1ea6cb93
treee574e9fcb49e9f9d77c2b8d481fe2fd7a7d891da
parente60ffd4f1584916e71476ec18523e5a74e213530
Move the implementation of ./perl -V to Internals::V and Config::_V

Previously it was a Perl program generated by code embedded in perl.c, with
conditional compilation logic, hence a combination of C pre-processor, C and
Perl.
configpm
perl.c