Changes for version 0.40 - 2004-11-27
- Eliminated "Odd number of elements in hash assignment" warning when creating an App::Info::Handler::Prompt object.
- Changed SQLite event messages to simply refer to "SQLite" instead of "sqlite3 or sqlite".
- Added new parameters to "new()", along with accompanying accessors to collect their values: "search_exe_names", "search_bin_dirs", "search_lib_names", "search_so_lib_names", search_lib_dirs", "search_inc_names", and "search_inc_dirs". These are array references, and their values are used to search for application files on the local file system. Users can now override the directories ande files that the classes search for with their own values. Subclasses override the accessor methods to provide such values.
- Updated subclases to use the new "search" methods.
- Added "search_conf_names" and "search_conf_dirs" parameters and methods to App::Info::HTTPD::Apache to allow users to affect the file names paths used to search for Apache configuration files.
- Added support for finding iconv on Win32.
Modules
Information about software packages on a system
Information about web servers on a system
Information about Apache web server
App::Info event handler base class
Use Carp to handle App::Info events
Print App::Info event messages
Prompting App::Info event handler
Information about software libraries on a system
Information about the Expat XML parser
Information about libiconv
Information about databases on a system
Information about PostgreSQL
Information about SQLite
App::Info event handler request object
Utility class for App::Info subclasses