]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - t/lib/Variable/Magic/TestDestroyRequired.pm
Don't use the main:: stash in the last test of t/17-ctl.t
[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;