Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 0.32 | Martin Wilke | 2009-03-11 | 2 | -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 Olgeni | 2008-05-23 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=213563 | ||||
* | This moudles adds self and args keywords in your Perl OO module. It's | Martin Wilke | 2008-02-16 | 4 | -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 |