This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
$^O is initalised to OSNAME, so no need to return the latter from Internals::V.
authorNicholas Clark <nick@ccl4.org>
Mon, 5 Oct 2009 18:48:10 +0000 (20:48 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 5 Oct 2009 19:07:34 +0000 (21:07 +0200)
commit2dc296d24d23e7bc6c24e294afa31fe89ea1e548
treefc91b3ef9e0a06e8e040f20fc2a0a3d64bb0ae34
parent7d113631e107a7f1051ce04bff5d67ef5d96c83a
$^O is initalised to OSNAME, so no need to return the latter from Internals::V.

Saves having object code to build one SV that Config::_V can find out by itself.
configpm
perl.c