Revision history for Perl extension HTML::Perlinfo
1.51 Changes
INFO_APACHE changes:
-Removed App::Info. INFO_APACHE now relies 100% on environment variables.
-Due to this change, less Apache information is displayed.
-Modified Makefile.PL, since App::Info is no longer optional.
-Improved error checking for perlinfo utility.
-Removed underscores in INFO_VARIABLES.
-Improved POD in Perlinfo.pm, added bug notice.
1.50 Changes:
-Added perlinfo commandline utility.
Bug fixes:
-Added missing section title to info_modules
-HTML::Perlinfo:Modules: italicized the word 'unknown' for unknown module versions
1.49 Changes:
-Makefile.PL changes: added use 5.006 and made App::Info optional
-Removed the following modules: Module::CoreList, IO::Socket, File::Which, CGI
-Added File::Which code to Common.pm, modified Apache.pm to make App::Info optional,
and now HTML::Perlinfo no longer requires non-core modules
-Removed all images (ORA and mod_perl) and associated code. Simplicity is better than flash.
Bug fixes:
-Fixed bug in Apache.pm that caused warnings of uninitialized value in concatenation (.) or string
1.48 Changes:
Removed false disclaimer: "This is the last release ..."
1.47 Changes:
*This is the last release of this module in this namespace.*
Bug fixes:
- Fixed Carp::croak to report error in the right place
- Changed Perl path value in INFO_GENERAL to $^X. Previously it was searching the path.
1.46 Changes:
- Fixed some annoying POD formatting errors
1.45 Changes:
- Updated pod
- The description column appears in the perlinfo core module section
- The info_modules method/option shows the description, instead of the path
HTML::Perlinfo::Modules
- Updated lots of pod
- Added 'desc' column
- Made the search_dir function better report @INC errors
- Rewrote some internal code
- Moved the check_my_args function to Common.pm, renamed it check_module_args
1.44 Changes:
- Added titles to the perlinfo methods
- Improved pod
HTML::Perlinfo::Modules:
- Added columns parameter. This allowed me to rewrite a lot of internal code.
- Changed color parameter to exclude color section without 3rd element in array ref
- Improved pod
Bug fixes:
- Fixed a bug that excluded links of the config keys in the INFO_CONFIG section
1.43 Bug fix that breaks old versions:
The previous version did not print the content-type header for HTML::Perlinfo::Modules. Upon
reflection, automatically printing the header is a bad idea anyway. So the perlinfo library
no longer prints the content-type header. I added this feature a long time ago. But it causes
more problems than anything else. Users must now print the header themselves.
Other changes:
- Added better titles to the perlinfo pages
- HTML::Perlinfo::Common:
* Changed the image locations per image hosting policy.
- HTML::Perlinfo::Modules:
* print_modules now returns undef when no modules are found.
* Improved error reporting for the internal search_dir function
- HTML.pod:
* Added documentation for the print_htmlhead method.
1.42 Bug fixes:
- HTML::Perlinfo::Modules:
* Major bug fix: print_modules was printing pages with full_page set to 0.
So added full_page option to print_modules. This option was mistakenly left out.
1.41 Changes:
- POD fixes and removal of 'use lib' from Perlinfo.pm
1.40 Changes:
- Major reorganization of code.
* Added Base.pm to handle info methods
* CSS methods removed. They can only be changed in the constructor now.
* Transplanted pod from HTML::Perlinfo::HTML into HTML::Perlinfo::HTML.pod.
* Renamed HTML::Perlinfo::HTML.pm to HTML::Perinfo::Common.pm
* Various pod updates to HTML::Perlinfo::Modules and HTML.pod
* Removed info_modules test and created separate test for HTML::Perlinfo::Modules
* Turned HTML::Perlinfo::Apache into an internal module
* Various improvements to Apache detection
* mod_perl version is now listed in info_all and info_apache
* Removed no_links method and added universal links parameter
* Added header and full_page attributes
- HTML::Perlinfo::Modules:
* Renamed named parameters 'show' and 'sort' to 'from' and 'sort_by' respectively.
* The form parameter only accepts a directory or an array ref
* Created the show_only, show_inc, show_dir, and section parameters
* Improved the directory listing in the search summary
Bug fixes:
* Default links to the local file system have been removed. The links attribute can now turn them on.
1.25 Changes:
- Added HTML::Perlinfo::Modules version 1.0. This is the most significant change.
- Moved the HTML docs to HTML::Perlinfo::HTML.
- Made HTML::Perlinfo::Credits and HTML::Perlinfo::HTML internal modules
- Removed Data-Dumper
- Updated docs
Bug fixes:
- Fixed Apache version reporting
- Fixed failure to show more than 2 duplicate modules
1.05
- Cleaned up some code that caused a few warnings in Config.pm and Perlinfo.pm
- Moved links to a new links sub. Added no_links method.
- Added title method. Cleaned up some css code
- Added variable extraction for Apache version
- Made module version detection to be more silent with problems
- Simplified module directories listing
- Removed a potentially problematic test
- Updated pod and added security section
1.00 Thu Aug 18 12:58:36 2005
- original version; created by h2xs 1.23 with options
-A -X -n HTML::Perlinfo