This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
authorStephen McCamant <smcc@mit.edu>
Thu, 31 Oct 2002 01:35:29 +0000 (20:35 -0500)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 6 Nov 2002 20:08:53 +0000 (20:08 +0000)
commit62e36f8a468863e09ecdb7f4dfc6bb112b1a327e
treedf0bc03c411fb6239a942181d61e6ee8b2b1b680
parentf5e3445d922108beb0eda8afa05a86411da18e40
Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>

plus a test case in ext/B/t/concise.t
plus a (less intrusive, but less future-proof) fix for a
similar problem in B::walkoptree_exec().

p4raw-id: //depot/perl@18114
ext/B/B.pm
ext/B/B/Concise.pm
ext/B/t/concise.t