]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - t/lib/Variable/Magic/TestDestroyRequired.pm
Pass the 'data' callback after the 'op_info' flag when calling _wizard()
[perl/modules/Variable-Magic.git] / t / lib / Variable / Magic / TestDestroyRequired.pm
1 package Variable::Magic::TestDestroyRequired;
2
3 use Variable::Magic;
4
5 my $tag = Variable::Magic::wizard();
6
7 1;