Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 18:05:09 +0000 (UTC)
From:      Chin-San Huang <chinsan@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Sub-Current Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200808301805.m7UI59HS077610@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
chinsan     2008-08-30 18:05:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Sub-Current Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Sub-Current, get the current subroutine.
  
  Sub::Current makes available a function ROUTINE(), that returns a code
  reference pointing at the currently executing subroutine.
  
  In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
  this function will return undef.
  
  Outside of a special block (that is, at the top level of a program)
  ROUTINE() will return undef as well.
  
  WWW: http://search.cpan.org/dist/Sub-Current/
  
  Revision  Changes    Path
  1.3182    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Sub-Current/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Sub-Current/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Sub-Current/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-Sub-Current/pkg-plist (new)



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