diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-05-11 08:07:25 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-05-11 08:07:25 -0400 |
commit | 15aaad1a4868c95f9260553b20cb877dc3da0779 (patch) | |
tree | 26eacd8d2b20251aa445a0c5cc3d75acf0db786d | |
parent | 860a1f6870d639e801330f29feacb755aa8ba3fc (diff) | |
download | perl-15aaad1a4868c95f9260553b20cb877dc3da0779.tar.gz |
Revert "perl5160delta: The coreargs opcode is undeserving of mention"
This reverts commit 1061b56a7b2cc84a8ac96a405e5b8c185936605c.
This is a reversion of a reversion. The reversion in 1061b56a7b2cc was
a bizarre mistake made during merging some blead/release conflicts, and
rjbs sincerely apologizes!
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index eaab518097..de86fe20d6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2309,11 +2309,6 @@ which has unwarranted chumminess with the implementation may need updating. =item * -A C<coreargs> opcode has been added, to be used by C<&CORE::foo> subs to sort -out C<@_>. - -=item * - An API has been added to explicitly choose whether or not to export XSUB symbols. More detail can be found in the comments for commit e64345f8. |