989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
8 lines
450 B
Text
8 lines
450 B
Text
This module implements a minimal lightweight exception object. It is meant
|
|
to be a compromise between more basic solutions like Carp which can only
|
|
print information and cannot handle exception objects, and more complex
|
|
solutions like Exception::Class which can be used to define complex inline
|
|
exceptions and has a number of module dependencies.
|
|
|
|
Author: Stevan Little <stevan@iinteractive.com>
|
|
WWW: http://search.cpan.org/dist/Class-Throwable/
|