Search results for "dist:App-Info"
App::Info - Information about software packages on a system
App::Info is an abstract base class designed to provide a generalized interface for subclasses that provide meta data about software packages installed on a system. The idea is that these classes can be used in Perl application installers in order to...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Lib - Information about software libraries on a system
This class is an abstract base class for App::Info subclasses that provide information about specific software libraries. Its subclasses are required to implement its interface. See App::Info for a complete description, and App::Info::Lib::Iconv for ...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Util - Utility class for App::Info subclasses
This class subclasses File::Spec and adds its own methods in order to offer utility methods to App::Info classes. Although intended to be used by App::Info subclasses, in truth App::Info::Util's utility may be considered more general, so feel free to...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::HTTPD - Information about web servers on a system
This subclass of App::Info is an abstract base class for subclasses that provide information about web servers. Its subclasses are required to implement its interface. See App::Info for a complete description and App::Info::HTTPD::Apache for an examp...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::RDBMS - Information about databases on a system
This class is an abstract base class for App::Info subclasses that provide information about relational databases. Its subclasses are required to implement its interface. See App::Info for a complete description and App::Info::RDBMS::PostgreSQL for a...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Request - App::Info event handler request object
Objects of this class are passed to the "handler()" method of App::Info event handlers. Generally, this class will be of most interest to App::Info::Handler subclass implementers. The event triggering methods in App::Info each construct a new App::In...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Handler - App::Info event handler base class
This class defines the interface for subclasses that wish to handle events triggered by App::Info concrete subclasses. The different types of events triggered by App::Info can all be handled by App::Info::Handler (indeed, by default they're all handl...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Lib::Expat - Information about the Expat XML parser
App::Info::Lib::Expat supplies information about the Expat XML parser installed on the local system. It implements all of the methods defined by App::Info::Lib. Methods that trigger events will trigger them only the first time they're called (See App...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Lib::Iconv - Information about libiconv
App::Info::Lib::Iconv supplies information about the libiconv library installed on the local system. It implements all of the methods defined by App::Info::Lib. Methods that trigger events will trigger them only the first time they're called (See App...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Handler::Carp - Use Carp to handle App::Info events
App::Info::Handler::Carp objects handle App::Info events by passing their messages to Carp functions. This means that if you want errors to croak or info messages to carp, you can easily do that. You'll find, however, that App::Info::Handler::Carp is...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::RDBMS::SQLite - Information about SQLite
App::Info::RDBMS::SQLite supplies information about the SQLite application installed on the local system. It implements all of the methods defined by App::Info::RDBMS. Methods that trigger events will trigger them only the first time they're called (...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::HTTPD::Apache - Information about Apache web server
App::Info::HTTPD::Apache supplies information about the Apache web server installed on the local system. It implements all of the methods defined by App::Info::HTTPD. Methods that trigger events will trigger them only the first time they're called (S...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Lib::OSSPUUID - Information about the OSSP UUID library
App::Info::Lib::OSSPUUID supplies information about the OSSP UUID library installed on the local system. It implements all of the methods defined by App::Info::Lib. Methods that trigger events will trigger them only the first time they're called (See...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Handler::Print - Print App::Info event messages
App::Info::Handler::Print objects handle App::Info events by printing their messages to a filehandle. This means that if you want event messages to print to a file or to a system filehandle, you can easily do it with this class. You'll find, however,...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::Handler::Prompt - Prompting App::Info event handler
App::Info::Handler::Prompt objects handle App::Info events by printing their messages to "STDOUT" and then accepting a new value from "STDIN". The new value is validated by any callback supplied by the App::Info concrete subclass that triggered the e...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC
App::Info::RDBMS::PostgreSQL - Information about PostgreSQL
App::Info::RDBMS::PostgreSQL supplies information about the PostgreSQL database server installed on the local system. It implements all of the methods defined by App::Info::RDBMS. Methods that trigger events will trigger them only the first time they...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC