=head1 NAME OODoc::Text::Diagnostic - one explanation of a problem report =head1 INHERITANCE OODoc::Text::Diagnostic is a OODoc::Text is a OODoc::Object =head1 SYNOPSIS =head1 DESCRIPTION Each L can have a list of warning and error messages, which are each captured in a separate object as described in this manual page. =head1 OVERLOADED overload: B<'""' (stringification)> =over 4 See L =back overload: B<'==' and '!='> =over 4 See L =back overload: B<'cmp' (string comparison)> =over 4 See L =back =head1 METHODS =head2 Constructors OODoc::Text::Diagnostic-EB(OPTIONS) =over 4 Option --Defined in --Default container OODoc::Text new(subroutine) description OODoc::Text '' linenr OODoc::Text name OODoc::Text undef subroutine type OODoc::Text 'Diagnostic' . container => OBJECT . description => STRING . linenr => INTEGER . name => STRING . subroutine => OBJECT =over 4 The subroutine in which this option lives. =back . type => STRING =back =head2 Inheritance knowledge $obj-EB([OBJECT]) =over 4 See L =back =head2 Attributes $obj-EB([OBJECT]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 Returns the subroutine object for this option. =back $obj-EB =over 4 See L =back =head2 Location $obj-EB([NAME]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head2 Collected $obj-EB(OBJECT) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head2 Commonly used functions $obj-EB(FILENAME) OODoc::Text::Diagnostic-EB(FILENAME) =over 4 See L =back $obj-EB(DIRECTORY) OODoc::Text::Diagnostic-EB(DIRECTORY) =over 4 See L =back =head2 Manual Repository $obj-EB(MANUAL) =over 4 See L =back $obj-EB(NAME) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB(NAME) =over 4 See L =back $obj-EB =over 4 See L =back =head1 DIAGNOSTICS Error: manual definition requires manual object =over 4 A call to L expects a new manual object (a L), however an incompatible thing was passed. Usually, intended was a call to L or L. =back =head1 SEE ALSO This module is part of OODoc distribution version 1.05, built on January 26, 2009. Website: F =head1 LICENSE Copyrights 2003-2009 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F