Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2009 11:57:02 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-autodie Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200909231157.n8NBv2a7020910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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