CGI-Builder Latest Versions Changes
Version 1.25
- Eliminated version check and installation feedback system
("phone home" opt-out) from Makefile.PL to make Randal L Schwartz happy :-)
and sad the author :-(
- Added requested_page property
Version 1.24
- Added the CBF_examples dir in the distributed files
- Some POD improvements (EXAMPLES section and other)
- Updated CREDITS section
Version 1.23
- Added the not page_content_check() condition, before using
AUTOLOAD page handler
- Improved header() POD documentation
Version 1.22
- Minor POD changes
Version 1.21
- Changed Makefile.PL version check
- Internal code adjustments
- Added some POD notes
- Updated Extensions List
Version 1.2
- Added internal phase check to the redirect() method
- Simplified the page_content_check goal
- Added the no_page_content_status advanced class property used internally
and overridable by other extensions
- Added a compile time check for deprecated usage of Apache::CGI::Builder
- Improved documentation of group accessors (see param() method)
- Added "Global Variables Persistence" topic in ADVANCED FEATURES section
- Added a CREDIT section in POD
Version 1.12
- Improved exception handling for CBB definition
- Eliminated the dependency from base.pm
- Minor CGI::Builder::Test fixing
- Minor POD fixing
Version 1.11
- This version contains the real 1.1 files: the 1.1 distribution
file was a wrong outdated file. Sorry for the mismatch.
Version 1.1
- Reversed the overrun execution order for OH_fixup and OH_cleanup
- Added advanced method 'page_content_check' with automatic handling
of 'unknown' page_name(s) (204 status header)
- Fixed OH_* handlers execution problem under mod_perl
- Eliminated the definition/dependency of any INIT blocks
- Eliminated content check in send_content method
- Lot of code optimization (now the C::B source is just 200 lines)
- Added the perl version check to the Makefile.PL
- Updated OOTools 1.62 as prerequisite
- Updated POD with the new feature/fixing
- Added several tests
Version 1.01
- Fixed POD errors in the Examples sections
- Fixed POD errors in the page_content and page_prefix properties sections
- Fixed a weird PH_AUTOLOAD bug (probably related with the use of constant.pm)
- Eliminated dependency from constant.pm in CGI::Builder::Const
Version 1.0
- First public release