X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F34-glob.t;h=76e0224ac3a21fd774dff9b94103ab46d72ceec8;hb=refs%2Ftags%2Fv0.04;hp=a1ece33acdd86b7dd69727ef5acd30f6baa9132a;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/34-glob.t b/t/34-glob.t index a1ece33..76e0224 100644 --- a/t/34-glob.t +++ b/t/34-glob.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More; eval "use Symbol qw/gensym/";