Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Jun 13, 2011
1 parent 15d0d64 commit 7ca4370
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/UNIVERSAL/isa.pm
Expand Up @@ -102,7 +102,7 @@ __END__
=head1 NAME
Attempt to recover from people calling UNIVERSAL::isa as a function
UNIVERSAL::isa - recover from people calling UNIVERSAL::isa as a function
=head1 SYNOPSIS
Expand All @@ -128,6 +128,9 @@ the appropriate method on those objects
In all other cases, the real C<UNIVERSAL::isa> gets called directly.
B<NOTE:> You should use this module only for debugging purposes. It does not
belong as a dependency in running code.
=head1 WARNINGS
If the lexical warnings pragma is available, this module will emit a warning
Expand All @@ -152,6 +155,8 @@ usually suggest proper fixes.
=head1 SEE ALSO
L<Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalIsa>
L<UNIVERSAL::can> for another discussion of the problem at hand.
L<Test::MockObject> for one example of a module that really needs to override
Expand All @@ -170,6 +175,6 @@ Yuval Kogman <nothingmuch@woobling.org>
=head1 COPYRIGHT & LICENSE
Artistic Licence 2.0, (c) 2005 - 2009.
Artistic Licence 2.0, (c) 2005 - 2011.
=cut

0 comments on commit 7ca4370

Please sign in to comment.