]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commit
Stop tripping on special function calls. rt63842
authorVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 18:44:50 +0000 (19:44 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 18:44:50 +0000 (19:44 +0100)
commit3f86aade0125d81087495585dc71c827858428be
treed7a0c3d9f4ba18ac246516d8d4856cf95802cb82
parent966c82445f36d4af65957d984ebf0f11f247431e
Stop tripping on special function calls.

Like calls to an undefined subroutine or that involve @_ and friends.

This solves RT #63842.
MANIFEST
lib/B/RecDeparse.pm
t/17-calls.t [new file with mode: 0644]