]> git.vpit.fr Git - perl/modules/Sub-Op.git/commit
Stop passing the package and the name from the magical callback to the check function
authorVincent Pit <vince@profvince.com>
Fri, 1 Jan 2010 22:14:59 +0000 (23:14 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 1 Jan 2010 23:33:53 +0000 (00:33 +0100)
commit3b39085a294ef16114b0d119dc8ebdecbe87fb51
tree8ea1a233a4d941dc63d6f95b0796cd1c80a818d8
parentda3f79dfb936676099e3da9c69cf619a7df005e9
Stop passing the package and the name from the magical callback to the check function

We can infer those from the gv.

Also, properly delete the placeholder when testing if the symbol exists
by hooking into the gelem check function.
Op.xs
lib/Sub/Op.pm
t/10-base.t