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

Martin Wilke miwi at FreeBSD.org
Sat Feb 16 15:49:31 PST 2008


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)


More information about the cvs-all mailing list