]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Replace the su_handler[] dispatch table by a switch
authorVincent Pit <vince@profvince.com>
Mon, 3 Aug 2015 13:15:30 +0000 (10:15 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 3 Aug 2015 13:15:30 +0000 (10:15 -0300)
commit0fb65259707f0db2eda122e573c417865fc91435
treecbbcbef170a1a20d1427af6b511b025dc7cb3bc5
parent5d857b7ad4cfbe517b0806ca6816ab4a2ac047ae
Replace the su_handler[] dispatch table by a switch

This lets us inline the handlers in su_pop(), which is somewhat clearer.
Upper.xs