]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
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)
commit8991ed7c69639359044bebf70ffaf8585b885252
treeb7ffca69a09ed7875700dee131bb06f24554188b
parent29e8c8145c52480bce0b83e2b1971d40dc203a7d
Enforce saner checks on wizard SVs and MAGIC tokens

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.
Magic.xs