Port details |
- p5-Test-Exception-LessClever Test::Exception simplified
- 0.007 devel
=0 0.007Version of this port present on the latest quarterly branch.
- DEPRECATED: Deprecated by upstream
This port expired on: 2016-07-31
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2011-10-04 16:35:08
- Last Update: 2016-11-06 17:14:34
- SVN Revision: 425568
- Also Listed In: perl5
- License: ART10 GPLv1
- WWW:
- http://search.cpan.org/dist/Test-Exception-LessClever/
- Description:
- Test::Exception::LessClever is an alternative to Test::Exception that is much
simpler. This alternative does not use fancy stack tricks to hide itself. The
idea here is to keep it simple. This also solves the Test::Exception bug where
some dies will be hidden when a DESTROY method calls eval. If a DESTROY method
masks $@ a warning will be generated as well.
WWW: http://search.cpan.org/dist/Test-Exception-LessClever/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-Test-Exception-LessClever>0:devel/p5-Test-Exception-LessClever
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Test-Exception-LessClever
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1466892083
SHA256 (Test-Exception-LessClever-0.007.tar.gz) = 9a339ee2c165f3c03bcfaf825a2303a8035181b1368b113a6346a37e0fd75f35
SIZE (Test-Exception-LessClever-0.007.tar.gz) = 5443
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Mock-Quick>=1.100 : devel/p5-Mock-Quick
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.20<5.21 : lang/perl5.20
- Runtime dependencies:
-
- p5-Mock-Quick>=1.100 : devel/p5-Mock-Quick
- perl5>=5.20<5.21 : lang/perl5.20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.007 06 Nov 2016 17:14:34 |
sunpoet |
- Remove p5-Test-Exception-LessClever |
0.007 26 Jun 2016 17:15:37 |
sunpoet |
- Update to 0.007
- Mark DEPRECATED and set EXPIRATION_DATE to 2016-07-31
- Add NO_ARCH |
0.006_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.006_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.006 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.006 14 Nov 2013 14:20:02 |
sunpoet |
- Add LICENSE
- Support STAGEDIR |
0.006 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.006 21 Aug 2013 17:42:58 |
sunpoet |
- Cleanup Makefile header |
0.006 21 Aug 2013 14:55:43 |
sunpoet |
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change |
0.006 21 Aug 2013 14:08:08 |
sunpoet |
- Convert to new perl framework |
0.006 18 Jun 2013 13:49:02 |
az |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
0.006 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.006 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.006 04 Oct 2011 16:34:48 |
sunpoet |
- Add p5-Test-Exception-LessClever 0.006
Test::Exception::LessClever is an alternative to Test::Exception that is much
simpler. This alternative does not use fancy stack tricks to hide itself. The
idea here is to keep it simple. This also solves the Test::Exception bug where
some dies will be hidden when a DESTROY method calls eval. If a DESTROY method
masks $@ a warning will be generated as well.
WWW: http://search.cpan.org/dist/Test-Exception-LessClever/ |