Skip to content

Commit

Permalink
* Slight POD typo fixups, and remove the "alpha code" line.
Browse files Browse the repository at this point in the history
  We've been using it in production for almost a year, and it's
  been very stable across a myriad of use cases.
  • Loading branch information
audreyt committed Feb 7, 2012
1 parent 05efbe0 commit 8f387f8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/invoker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ invoker - implicit invoker, sort of
=head1 DESCRIPTION
the invoker pragma enables the C<< $-> >> syntax for invoking methods
The invoker pragma enables the C<< $-> >> syntax for invoking methods
on C< $self >, inspired by Perl6's C<< $.method >> invocation.
The module does not inject the C< $self > variable for you. you are
Expand All @@ -94,14 +94,13 @@ The following syntax works:
=head1 CAVEATS
WARNINGS WARNINGS WARNINGS
This is alpha code. Do not use in production.
Regular hash access must still be written as C<< $self->{attr} >>
instead of C<< $->{attr} >>.
Internally, the module installs a parser hook to replace C<< $-> >>
(C<$-> and the gt operator) with $--> (an invocation on the C< $- >
perlvar. It also injects an entersub hook to replace C< $- > with
C<$self >.
perlvar. It also injects an C<entersub> hook to replace C< $- > with
C<$self>.
=head1 BUGS
Expand Down

0 comments on commit 8f387f8

Please sign in to comment.