Bug 120190 - [NEW PORT] devel/p5-self: Provides "self" and "args" keywords in your OO program
Summary: [NEW PORT] devel/p5-self: Provides "self" and "args" keywords in your OO program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 20:50 UTC by gslin
Modified: 2008-02-16 23:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-self-0.15.shar (1.92 KB, text/plain)
2008-01-31 20:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2008-01-31 20:50:02 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-31 20:51:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-16 23:49:42 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-02-16 23:49:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!