X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=t%2F01-import.t;h=9ece740b5ad5454684cf13227d21d60a8ae1eff0;hp=a51acb7c91dfd346dda53e604cbb276ffbcc914d;hb=HEAD;hpb=325778545db343888e4f002fd170c4eb557fdaa5 diff --git a/t/01-import.t b/t/01-import.t index a51acb7..9ece740 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,12 +3,13 @@ use strict; use warnings; -use Test::More tests => 2 * 1; +use Test::More tests => 2 * 2; require Variable::Temp; my %syms = ( - temp => '\$', + temp => '\[$@%]', + set_temp => '\[$@%];$', ); for (sort keys %syms) {