This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement padcv
authorFather Chrysostomos <sprout@cpan.org>
Sat, 7 Jul 2012 19:18:49 +0000 (12:18 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:44:59 +0000 (22:44 -0700)
commit97b03d64e557578d3dbfeb6e6ca37ba57d57e858
treeffef190d8a1cf537077bcad35b6fbfb8db0c8e27
parent214522520758f1a3f2cb4a43383c4d90400c9604
Implement padcv

State subs can now be referenced and called.  Most of the tests in
lexsub.t are now passing.  I noticed mistakes in a couple of the
tests and corrected them.  In doing so I got an assertion failure
during compilation, so the tests in question I wrapped in a skipped
string eval.

State subs are now mostly working, but there are a few things to
clean up still.
op.c
pp.c
t/cmd/lexsub.t