Fix deparsing of constant subroutines
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 23 Jan 2009 13:56:36 +0000 (14:56 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 23 Jan 2009 13:56:36 +0000 (14:56 +0100)
commit7c7ad0a9c4e0756d4edd2aeba764543bb19cf4be
tree2b0017fedf725853d9f2bac02ed5bd2de139d38f
parent64bc6d54463906fbe8a23ff2c2507dc2d91d0df0
Fix deparsing of constant subroutines

This was broken in commit 2990415a4519bc3988d7224ae15100c3e9e901ee
where the inlined constants were deparsed also _inside_ the subroutine
that defined them: that is, before they were available to the parser
ext/B/B/Deparse.pm