Permalink
Browse files
p5-test-harness: update to version 3.41
- Loading branch information
Showing
with
4 additions
and
3 deletions.
-
+4
−3
perl/p5-test-harness/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.24 5.26 |
|
|
perl5.setup Test-Harness 3.39 |
|
|
perl5.setup Test-Harness 3.41 |
|
|
license {Artistic-1 GPL} |
|
|
platforms darwin |
|
|
maintainers nomaintainer |
|
|
@@ -16,8 +16,9 @@ long_description You can write test scripts without knowing the exact output |
|
|
modules. However, by using this module, you can know the specifics, and you can prints some \ |
|
|
performance statistics that are computed by the Benchmark module. |
|
|
|
|
|
checksums rmd160 e0eaf923b2d035026e14d00968dd3e08765f60a5 \ |
|
|
sha256 69bd44c81c6e1d2db18e298ecf631852608893ddfddb332a7d55285bbfc51132 |
|
|
checksums rmd160 43e2c485a3a0f2536f2e7f3556453d0c455a8b2e \ |
|
|
sha256 a88e9d4a936d5f492971a443f385b31473593415ad3610d3da8be9cdfd7fed31 \ |
|
|
size 213180 |
|
|
|
|
|
## Test-Harness includes the 'prove' binary, which is used to run tests. Sigh. |
|
|
perl5.link_binaries no |