Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2010 00:00:11 +0000 (UTC)
From:      Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/p5-TryCatch Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201004250000.o3P00Bj5095594@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sylvio      2010-04-25 00:00:11 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/p5-TryCatch     Makefile distinfo pkg-descr pkg-plist 
  Log:
  - 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>
  
  Revision  Changes    Path
  1.681     +1 -0      ports/lang/Makefile
  1.1       +37 -0     ports/lang/p5-TryCatch/Makefile (new)
  1.1       +3 -0      ports/lang/p5-TryCatch/distinfo (new)
  1.1       +7 -0      ports/lang/p5-TryCatch/pkg-descr (new)
  1.1       +7 -0      ports/lang/p5-TryCatch/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004250000.o3P00Bj5095594>