]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - t/lib/Variable/Magic/TestDestroyRequired.pm
Properly unmortalize the wizard after removing it from the global hash
[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;