cvs commit: ports/devel Makefile ports/devel/p5-autodie Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Wed Sep 23 11:57:02 UTC 2009


wen         2009-09-23 11:57:02 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-autodie     Makefile distinfo pkg-descr pkg-plist 
  Log:
  The autodie pragma provides a convenient way to replace functions
  that normally return false on failure with equivalents that throw
  an exception on failure.
  
  The autodie pragma has lexical scope, meaning that functions and
  subroutines altered with autodie will only change their behaviour
  until the end of the enclosing block, file, or eval.
  
  If system is specified as an argument to autodie, then it uses
  IPC::System::Simple to do the heavy lifting. See the description
  of that module for more information.
  
  WWW:    http://search.cpan.org/dist/autodie/
  
  Approved by:    miwi(mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3641    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-autodie/Makefile (new)
  1.1       +3 -0      ports/devel/p5-autodie/distinfo (new)
  1.1       +13 -0     ports/devel/p5-autodie/pkg-descr (new)
  1.1       +9 -0      ports/devel/p5-autodie/pkg-plist (new)


More information about the cvs-ports mailing list