&CORE::not and &CORE::getprotobynumber
authorFather Chrysostomos <sprout@cpan.org>
Mon, 15 Aug 2011 16:28:51 +0000 (09:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Aug 2011 19:47:34 +0000 (12:47 -0700)
commit0bbad7483f446e61b319d774f9c5d184a33ea442
tree38083fa15dabcc1b193893a38cc306676ecd3cea
parentdcbdef25d6257b5884d709cd40a0fdf5314546ef
&CORE::not and &CORE::getprotobynumber

These two are now supported.  They were not before, because their
prototypes gave them unary precedence, even though these ops both
have list precedence.  That was corrected in the previous commit.
gv.c
lib/CORE.pod
pod/perldelta.pod
t/op/coreinline.t