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 <mi...@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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to