This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #23274] B::Deparse wasn't handling correctly builtins that
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 11 Aug 2003 18:33:06 +0000 (18:33 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 11 Aug 2003 18:33:06 +0000 (18:33 +0000)
commitb72c97e8d47870b635328f30b227f57d2bb55515
treef9488d2826d8af1f4f503236636de8236573ad7b
parent6d014f17427cba892ebb4fb2b45f28cc737c7c9e
[perl #23274] B::Deparse wasn't handling correctly builtins that
have two filehandles in their prototypes (pipe, socketpair,
accept) when non-bareword prototypes were used.

p4raw-id: //depot/perl@20622
ext/B/B/Deparse.pm