HTML-Perlinfo
view release on metacpan or search on metacpan
Revision history for Perl extension HTML::Perlinfo
1.73 version bump because of a wrong upload on PAUSE
1.72 Reverted back to CGI.pm. The alternatives were too troublesome. Added some new core directories.
1.71 Fixed test file and pod
1.70 Replaced CGI.pm with HTML-Entities and CGI-Deurl.
1.69 Changes
Base.pm:
-Created a new method 'print_htmlstart' to handle the doctype declaration
-Created a new constructor option 'htmlstart' for this method (default is true)
-Modified the HTML and CSS in print_htmlhead, by adding a new id 'perlinfo'.
-Modified info_apache to check for print_httpd()
HTML::Perlinfo::Modules:
-Fixed get_files_in sub to check if file_path is defined
1.68 Fixed makefile to include "perlinfo", thanks to Kurt Jaeger
1.67 distzilla messed up the release, releasing again!
1.66 Fixed distfile, included dist.ini
1.65 Fixed subroutine redefine errors (perlinfo script) #1 with patch from Baldur Kristinsson
1.64 Added git repo and bumped version number in Perlinfo.pm
1.63 Fixes for bugs 87048, 86552, 78637: Use of qw(...) as parentheses is deprecated error.
1.61 No Changes
I am trying to avoid the world writables policy on pause.
The last version was fine, but I am trying to lose the
'withoutworldwritables' ext.
1.60 Changes
HTML::Perlinfo::Modules
-Improved the version extraction method for modules.
HTML::Perlinfo will show its version now in INFO_MODULES
1.59 Changes
-HTML::Perlinfo now validates as XHTML 1.0 Transitional.
-Updated the perlinfo utility with INFO_GENERAL
-Added 5 new tests.
-Bug fixes:
HTML::Perlinfo::Modules
-The module description was not escaping POD tags, so some abstracts were garbled.
Fixed now.
1.58 Changes
-Changed title from 'Loaded Files' to 'Loaded Modules' for INFO_LOADED.
-Minor POD update.
-Bug fixes:
INFO_GENERAL wasn't listed as an option in the perlinfo routine.
1.57 Changes
-Removed INFO_CREDITS. This option would always have been out of
date as soon as a new Perl release. Plus, the JavaScript link on
INFO_ALL was causing errors for certain security levels of IE. Besides,
it is not very useful. Perhaps the option will return in a future release.
-Removed CGI::Carp 'fatalsToBrowser'. Having this there seemed
like a good idea, until I realized that its inclusion, forced its usage
for users of HTML::Perlinfo. Since I don't like forcing anything on anyone,
it has been removed.
-Removed the test program (HTML::Perlinfo.t). I couldn't solve all of
the persistent errors and I realized that it really makes no sense to include
tests for this module. I can use 'perlinfo' to see if the pages are rendered properly.
1.56 Changes
Bug fixes:
-Fixed some errors in HTML::Perlinfo::Modules
1.55 Changes
Bug fixes:
-HTML::Perlinfo now runs under taint mode.
-Removed 3 problematic tests from HTML::Perlinfo.t.
1.54 Changes
-HTML::Perlinfo::Loaded & HTML::Perlinfo no longer show in INFO_LOADED
-Added strict to HTML::Perlinfo::Modules.
-Improved POD in HTML::Perlinfo & HTML::Perlinfo::Loaded
Bug fix:
-INFO_LOADED wasn't showing all the modules used. Fixed now.
1.53 Changes
-Added HTML::Perlinfo::Loaded module
-Added INFO_LOADED option to perlinfo
-Added 'files_in' option to HTML::Perlinfo::Modules
-Finally got around to cleaning up Perlinfo.pm. Now 100% fat free, no sodium.
-Changed internal function print_htmlhead to print/return html
-Updated lots of POD
1.52 Changes
-This version fixes a security vulnerability in HTML::Perlinfo::Modules that could lead to denial-of-service attacks
-The vulnerability was discovered by Moritz Lenz.
HTML::Perlinfo::Modules Changes:
-HTML::Perlinfo::Modules no longer accepts regular expressions as arguments for the show_only, link, and color parameters.
-POD updated
INFO_VARIABLES changes:
-Default title changed to 'Environment' from 'Environment Variables'
-Individual cookies are now listed from HTTP_COOKIE
-GET and POST values are also listed
( run in 0.704 second using v1.01-cache-2.11-cpan-119454b85a5 )