X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=t%2F01-import.t;h=2870901287d115e6a0291258b9c12cc933647db8;hp=a51acb7c91dfd346dda53e604cbb276ffbcc914d;hb=6ff9c73813cc7b7f722c2693d0a0aea4a526b931;hpb=065509415dbc3217d0c94cb5838a84ff57a845ab diff --git a/t/01-import.t b/t/01-import.t index a51acb7..2870901 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) {