50b5 FreshPorts -- lang/p5-TryCatch
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-TryCatch 1.003002 lang on this many watch lists=0 search for ports that depend on this port
First class try catch semantics for Perl, without source filters
Maintained by: milki@rescomp.berkeley.edu search for ports maintained by this maintainer
Port Added: 25 Apr 2010 00:00:36
Also Listed In: perl5
License: ART10 GPLv1


This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if ($@) {} is often prone
to subtle bugs, primarily that its far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.

WWW: https://metacpan.org/module/TryCatch
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-ExtUtils-Depends
  2. lang/perl5.14
Required To Run:
  1. devel/p5-B-Hooks-EndOfScope
  2. devel/p5-B-Hooks-OP-Check
  3. devel/p5-B-Hooks-OP-PPAddr
  4. devel/p5-Devel-Declare
  5. devel/p5-Moose
  6. devel/p5-MooseX-Types
  7. devel/p5-Parse-Method-Signatures
  8. devel/p5-Scope-Upper
  9. devel/p5-Sub-Exporter
  10. devel/p5-Variable-Magic
  11. lang/perl5.14

This port is required by:

for Run

To install the port: cd /usr/ports/lang/p5-TryCatch/ && make install clean
To add the package: pkg_add -r p5-TryCatch


Configuration Options
===> The following configuration options are available for p5-TryCatch-1.003002:
     AUTHOR=off: Include dependencies for AUTHORING
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/A/AS/ASH/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/A/AS/ASH/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/A/AS/ASH/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/A/AS/ASH/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/A/AS/ASH/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/A/AS/ASH/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/A/AS/ASH/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/A/AS/ASH/
  11. http://at.cpan.org/authors/id/A/AS/ASH/
  12. http://backpan.perl.org/authors/id/A/AS/ASH/
  13. http://cpan.nctu.edu.tw/authors/id/A/AS/ASH/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/A/AS/ASH/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/A/AS/ASH/
  16. http://www.cpan.dk/authors/id/A/AS/ASH/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 8

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Mar 2013 00:43:25
Original commit files touched by this commit  1.003002
swills search for other commits by this committer
- Update to 1.003002

PR:		ports/177297
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
13 Mar 2012 16:15:36
Original commit files touched by this commit  1.003000_1
pgollucci search for other commits by this committer
- 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)
08 Mar 2012 18:45:38
Original commit files touched by this commit  1.003000_1
pgollucci search for other commits by this committer
- 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
17 Sep 2011 07:06:45
Original commit files touched by this commit  1.003000_1
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
24 Jul 2011 03:33:36
Original commit files touched by this commit  1.003000_1
sunpoet search for other commits by this committer
- Add LICENSE
- Add OPTIONS: AUTHOR
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change

PR:             ports/159015
Submitted by:   milki <milki@rescomp.berkeley.edu> (maintainer)
20 Jun 2011 08:37:15
Original commit files touched by this commit  1.003000
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
10 Feb 2011 12:02:27
Original commit files touched by this commit  1.003000
sunpoet search for other commits by this committer
- Update to 1.003000
- Move test dependencies to TEST_DEPENDS

Changes:        http://search.cpan.org/dist/TryCatch/Changes
PR:             ports/154637
Submitted by:   milki <milki@rescomp.berkeley.edu> (maintainer)
25 Apr 2010 00:00:11
Original commit files touched by this commit  1.002000
sylvio search for other commits by this committer
- This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.

WWW:    http://search.cpan.org/dist/TryCatch

PR:             ports/145951
Submitted by:   Jonathan Chu <milki@rescomp.berkeley.edu>

Number of commits found: 8

2863
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0