The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.30 - 2004-11-20

  • Fixed number of tests to skip in "sqlite_info.t" for systems that don't have SQLite installed. Reported by numerous CPAN testers.
  • Fixed carp.t to be compatable with older Perls.
  • Added new C<lib_dirs()> method to App::Info::Util to centrally handle the parsing and returning of typical library directories as defined by the "libsdirs" and "loclibpth" Config settings.
  • Added /sw/lib to the list of library diretories to search for SQLite libraries.
  • Only loading DBI in App::Info::RDBMS::SQLite if a version of DBD::SQLite is known to be installed, rather than at compile time.
  • Fixed tests in sqlite_info.t to work properly on Windows.

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