Skip to content

Commit

Permalink
Remove taint from test scripts
Browse files Browse the repository at this point in the history
Aparently DBIx::Class doesn't support taint mode yet

Signed-off-by: Pedro Melo <melo@simplicidade.org>
  • Loading branch information
melo committed Oct 10, 2008
1 parent 3d13d8c commit 80b70cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBICx-CORM/t/00-load.t
@@ -1,4 +1,4 @@
#!perl -T
#!perl

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion DBICx-CORM/t/10-shortcuts.t
@@ -1,4 +1,4 @@
#!perl -T
#!perl

use strict;
use warnings;
Expand Down

0 comments on commit 80b70cc

Please sign in to comment.