X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-set.t;h=70af0e41fc2bfcf173867d243589e112ceeb8d96;hb=ae89b589d2187cf0ed57bbb6132b9d4a8da29abb;hp=25535e26d026503e64c970e3a236b8cdcadd977d;hpb=b9df7824d4619174e28f9b1b5856c4a228d9cc7b;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/21-set.t b/t/21-set.t index 25535e2..70af0e4 100644 --- a/t/21-set.t +++ b/t/21-set.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => (2 * 5 + 3) + (2 * 2 + 1); -use Variable::Magic qw/cast/; +use Variable::Magic qw; use lib 't/lib'; use Variable::Magic::TestWatcher;