diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-07-25 20:46:48 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-07-25 20:46:48 +0000 |
commit | 41750ec3c61c926c0a24fdfa5d60d7e26b9f5129 (patch) | |
tree | 176ef45ac7810e525d7965a21dbecff550d67cc0 | |
parent | a85acdea728bd6d3a99a00d87c73606c2bc6e497 (diff) | |
download | ports-41750ec3c61c926c0a24fdfa5d60d7e26b9f5129.tar.gz ports-41750ec3c61c926c0a24fdfa5d60d7e26b9f5129.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-use-ok/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Test-use-ok/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Test-use-ok/pkg-descr | 23 | ||||
-rw-r--r-- | devel/p5-Test-use-ok/pkg-plist | 4 |
6 files changed, 1 insertions, 51 deletions
@@ -7736,3 +7736,4 @@ amd64-binutils||2015-07-25|No real use amd64-gcc||2015-07-25|No real use amd64-xtoolchain-gcc||2015-07-25|No real use devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22 +devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 diff --git a/devel/Makefile b/devel/Makefile index 8020b8f656ae..e1a1eca5f659 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3195,7 +3195,6 @@ SUBDIR += p5-Test-YAML SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid - SUBDIR += p5-Test-use-ok SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau diff --git a/devel/p5-Test-use-ok/Makefile b/devel/p5-Test-use-ok/Makefile deleted file mode 100644 index a2e29f37fb24..000000000000 --- a/devel/p5-Test-use-ok/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Test-use-ok -PORTVERSION= 0.11 -PORTREVISION= 1 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Alternative to Test::More::use_ok - -CONFLICTS= p5-Test-Simple-1.001.0[1-9]* -DEPRECATED= Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 -EXPIRATION_DATE=2015-07-24 - -USES= perl5 -USE_PERL5= configure - -.include <bsd.port.mk> diff --git a/devel/p5-Test-use-ok/distinfo b/devel/p5-Test-use-ok/distinfo deleted file mode 100644 index 3b8161af8f78..000000000000 --- a/devel/p5-Test-use-ok/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Test-use-ok-0.11.tar.gz) = 8410438a2acf127bffcf1ab92205b747a615b487e80a48e8c3d0bb9fa0dbb2a8 -SIZE (Test-use-ok-0.11.tar.gz) = 24815 diff --git a/devel/p5-Test-use-ok/pkg-descr b/devel/p5-Test-use-ok/pkg-descr deleted file mode 100644 index 52d9ebea2b29..000000000000 --- a/devel/p5-Test-use-ok/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -According to the Test::More documentation, it is recommended to run -use_ok() inside a BEGIN block, so functions are exported at -compile-time and prototypes are properly honored. - -That is, instead of writing this: - - use_ok( 'Some::Module' ); - use_ok( 'Other::Module' ); - -One should write this: - - BEGIN { use_ok( 'Some::Module' ); } - BEGIN { use_ok( 'Other::Module' ); } - -However, people often either forget to add BEGIN, or mistakenly group -use_ok with other tests in a single BEGIN block, which can create subtle -differences in execution order. - -With this module, simply change all use_ok in test scripts to use ok, -and they will be executed at BEGIN time. The explicit space after use -makes it clear that this is a single compile-time action. - -WWW: http://search.cpan.org/dist/Test-use-ok/ diff --git a/devel/p5-Test-use-ok/pkg-plist b/devel/p5-Test-use-ok/pkg-plist deleted file mode 100644 index 7e08ca2a856c..000000000000 --- a/devel/p5-Test-use-ok/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PERL5_MAN3%%/Test::use::ok.3.gz -%%PERL5_MAN3%%/ok.3.gz -%%SITE_PERL%%/Test/use/ok.pm -%%SITE_PERL%%/ok.pm |