X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F28-uvar.t;fp=t%2F28-uvar.t;h=0eaf00130eba5b5efc0c3566e6bb283ed650d053;hb=3bc98bdbdb230943e7fb3135e325f10013acac2d;hp=acc761f24f795fa0880585fe15a05ce9e452d1a2;hpb=159e8ad7c747edb4a25db2f2673bbe143531f347;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/28-uvar.t b/t/28-uvar.t index acc761f..0eaf001 100644 --- a/t/28-uvar.t +++ b/t/28-uvar.t @@ -5,7 +5,7 @@ use warnings; use Test::More; -use Variable::Magic qw/wizard cast dispell VMG_UVAR/; +use Variable::Magic qw; if (VMG_UVAR) { plan tests => 2 * 15 + 12 + 14 + (4 * 2 * 2 + 1 + 1) + 1; @@ -17,7 +17,7 @@ use lib 't/lib'; use Variable::Magic::TestWatcher; use Variable::Magic::TestValue; -my $wiz = init_watcher [ qw/fetch store exists delete/ ], 'uvar'; +my $wiz = init_watcher [ qw ], 'uvar'; my %h = (a => 1, b => 2, c => 3);