diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-self | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) |
Notes
Diffstat (limited to 'devel/p5-self')
-rw-r--r-- | devel/p5-self/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-self/pkg-descr b/devel/p5-self/pkg-descr index 7decf31270c9..303eca1ec36f 100644 --- a/devel/p5-self/pkg-descr +++ b/devel/p5-self/pkg-descr @@ -1,8 +1,8 @@ -This moudles adds self and args keywords in your Perl OO module. It's +This module 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..$#_]. +Basically, self is just equal to $_[0], and args is just $_[1..$#_]. WWW: http://search.cpan.org/dist/self/ |