Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2008 23:49:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-self Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200802162349.m1GNnUEX071799@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-02-16 23:49:30 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-self        Makefile distinfo pkg-descr pkg-plist 
  Log:
  This moudles adds self and args keywords in your Perl OO module. It's
  really just handy helpers to get rid of:
  
      my $self = shift;
  
  Basically, self is just eqaul to $_[0], and args is just $_[1..$#_].
  
  WWW:    http://search.cpan.org/dist/self/
  
  PR:             ports/120190
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2997    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-self/Makefile (new)
  1.1       +3 -0      ports/devel/p5-self/distinfo (new)
  1.1       +8 -0      ports/devel/p5-self/pkg-descr (new)
  1.1       +4 -0      ports/devel/p5-self/pkg-plist (new)



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