aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-self
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.32Martin Wilke2009-03-112-6/+9
| | | | | | | | | | - Pass maintainership to submitter PR: 132533 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=229891
* Hunt for typos in devel/p5-*.Jimmy Olgeni2008-05-231-2/+2
| | | | Notes: svn path=/head/; revision=213563
* This moudles adds self and args keywords in your Perl OO module. It'sMartin Wilke2008-02-164-0/+39
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> Notes: svn path=/head/; revision=207432