Skip to content

Commit

Permalink
Stop testing with Taint mode. Taint is terrible.
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed Sep 13, 2019
1 parent cb50460 commit 9273296
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Revision history File::Slurp

9999.28 2019-04-05
-
- Stop testing with Taint mode. Taint was a terrible practice that should
have never ever ever been a thing.

9999.27 2019-04-05
- Update the documentation on the atomic write. We no longer use the pid
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Uri Guttman <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -83,5 +83,5 @@
"Graham Knop <[email protected]>",
"James E Keenan <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.02"
}
2 changes: 2 additions & 0 deletions t/tainted.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use Scalar::Util qw(tainted);
use Test::More;

BEGIN {
plan skip_all => 'Taint was always terrible. Just stop it already.';
exit;
# Taint mode is the devil. THE DEVIL I SAY
unshift @INC, File::Spec->catdir(File::Spec->rel2abs(File::Basename::dirname(__FILE__)), 'lib') =~ /^(.*)$/;
# Why on earth do we keep on with Taint mode?!? I hate all the things
Expand Down

0 comments on commit 9273296

Please sign in to comment.