X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=t%2F01-import.t;fp=t%2F01-import.t;h=9ece740b5ad5454684cf13227d21d60a8ae1eff0;hp=2870901287d115e6a0291258b9c12cc933647db8;hb=ff85c569554967a354f1b6d113312fb2899af564;hpb=82a9214ead460768b5f3d77ea1f58badafc7b00c diff --git a/t/01-import.t b/t/01-import.t index 2870901..9ece740 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -8,8 +8,8 @@ use Test::More tests => 2 * 2; require Variable::Temp; my %syms = ( - temp => '\$', - set_temp => '\$;$', + temp => '\[$@%]', + set_temp => '\[$@%];$', ); for (sort keys %syms) {