[perl #62488] B::Deparse fails on 'CORE::require(STRING)'
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 18 Jan 2009 22:03:27 +0000 (23:03 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 18 Jan 2009 22:03:27 +0000 (23:03 +0100)
commitdeb20ba30561f9f787c79f9c746b4043eef6822b
treec8c2a959216b5b70d83ce05635c2254411f5aa95
parentca05901bcdb87a77829693dd8030b3269443fe33
[perl #62488] B::Deparse fails on 'CORE::require(STRING)'

This patch allows the following to deparse properly:

    perl -MO=Deparse -e 'CORE::require "CGI.pm"'

(necessary due to the specific way require() is overriden)
ext/B/B/Deparse.pm