This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Merge] More coresubs
authorFather Chrysostomos <sprout@cpan.org>
Tue, 29 May 2012 16:38:19 +0000 (09:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 May 2012 16:38:41 +0000 (09:38 -0700)
Until now, only overridable keywords had subs in the CORE:: namespace.

This branch adds subs to the CORE:: namespace for those non-overrida-
ble keywords that can be implemented without custom parsers.


Trivial merge