# HG changeset patch
# Parent ababe671bf40c19d96c71b43fbf0050cd7500f7b
diff -r ababe671bf40 rsync.macports.org/release/ports/perl/p5-test-taint/Portfile
a
|
b
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | | perl5.setup Test-Taint 1.02 |
| 5 | perl5.setup Test-Taint 1.04 |
6 | 6 | maintainers nomaintainer |
7 | 7 | description Tools to test taintedness |
8 | | long_description ${description} |
| 8 | long_description Tainted data is data that comes from an unsafe source, \ |
| 9 | such as the command line, or, in the case of web apps, \ |
| 10 | any GET or POST transactions. When you're writing unit \ |
| 11 | tests for code that deals with tainted data, you'll want \ |
| 12 | to have a way to provide tainted data for your routines \ |
| 13 | to handle, and easy ways to check and report on the \ |
| 14 | taintedness of your data, in standard Test::More style. |
9 | 15 | |
10 | 16 | platforms darwin |
11 | 17 | |
12 | | checksums md5 ffd7c70c4c44e5b8124d8d291a5de802 |
13 | | |
| 18 | checksums md5 a005ab5a2e22ab462b4f3661d1d1d5e0 \ |
| 19 | sha1 a0b7f19be31fefb1a475466599903ee1e33f1191 \ |
| 20 | rmd160 83b768a0c49430261814c235181f677f9554abdf |