]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Enforce saner checks on wizard SVs and MAGIC tokens
authorVincent Pit <vince@profvince.com>
Wed, 26 Oct 2011 17:22:13 +0000 (19:22 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 26 Oct 2011 17:22:13 +0000 (19:22 +0200)
This commit adds a variety of helper functions that extract the vmg_wizard
object from a SV or a MAGIC token. Version with (for direct interaction
with the user) and without checks (for magic callbacks, where we know the
MAGIC token is already valid) are provided.


No differences found