X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-get.t;h=3411417dfb57116f9b05a63e8cbf219efd840f13;hb=ae89b589d2187cf0ed57bbb6132b9d4a8da29abb;hp=659007066bfd6f870b20e8f1df0150e76123f098;hpb=b9df7824d4619174e28f9b1b5856c4a228d9cc7b;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/20-get.t b/t/20-get.t index 6590070..3411417 100644 --- a/t/20-get.t +++ b/t/20-get.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => (2 * 4 + 2) + (2 * 2) + 1; -use Variable::Magic qw/cast/; +use Variable::Magic qw; use lib 't/lib'; use Variable::Magic::TestWatcher;