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
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing.
- from Changes
- Removed the eval block and local $SIG{__DIE__} from the TableTiler and
the FillInForm value handlers. (now it croaks as it should on error)
Version 1.27
- Removed the internal use of lvalue assigments incompatible with
the perl-bug #17663 (Perl 5 Debugger doesn't handle properly lvalue
sub assignment)