diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-21 17:34:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-21 17:34:15 +0800 |
commit | 55962e9e13e3bd429eb7e2635ea563165736c7bf (patch) | |
tree | 8acbc880e7bd79740fae982104287f26125e93ee /devel/Makefile | |
parent | 8034a1c0d01050a969d85c5c4fd8bfbe88f1a706 (diff) | |
download | freebsd-ports-gnome-55962e9e13e3bd429eb7e2635ea563165736c7bf.tar.gz freebsd-ports-gnome-55962e9e13e3bd429eb7e2635ea563165736c7bf.tar.zst freebsd-ports-gnome-55962e9e13e3bd429eb7e2635ea563165736c7bf.zip |
- Add p5-Taint-Util 0.08
Taint::Util wraps perl's internal routines for checking and setting the taint
flag and thus does not rely on regular expressions for untainting or odd tricks
involving eval and kill for checking whether data is tainted, instead it checks
and flips a flag on the scalar in-place.
WWW: http://search.cpan.org/dist/Taint-Util/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 016a840ab4f4..a1d36094c3df 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2288,6 +2288,7 @@ SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit SUBDIR += p5-Taint-Runtime + SUBDIR += p5-Taint-Util SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode |