From: Vincent Pit Date: Wed, 17 Jun 2009 13:34:15 +0000 (+0200) Subject: Run t/23-hash-specific.t under taint mode X-Git-Tag: v0.02~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=0f7c1a30adb6bc7fc4d7e3cf1fa15fca24f2a057 Run t/23-hash-specific.t under taint mode --- diff --git a/t/23-hash-specific.t b/t/23-hash-specific.t index 06263bb..d3ebe05 100644 --- a/t/23-hash-specific.t +++ b/t/23-hash-specific.t @@ -1,4 +1,4 @@ -#!perl +#!perl -T use strict; use warnings;