Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-CGI-Application

Project: openSUSE_13.2

Repository: oss

Title: Framework for building reusable web-applications

Description:
It is intended that your Application Module will be implemented as a
sub-class of CGI::Application. This is done simply as follows:

package My::App;
use base 'CGI::Application';

*Notation and Conventions*

For the purpose of this document, we will refer to the following
conventions:

WebApp.pm The Perl module which implements your Application Module class.
WebApp Your Application Module class; a sub-class of CGI::Application.
webapp.cgi The Instance Script which implements your Application Module.
$webapp An instance (object) of your Application Module class.
$c Same as $webapp, used in instance methods to pass around the
current object. (Sometimes referred as "$self" in other code)

Version: 4.50

Release: 9.1.3

Architecture: noarch

Size: 81.9 KB

Build Time: 2014-10-06 16:46:38 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(CGI::Application) = 4.50
perl(CGI::Application::Mail...
perl-CGI-Application = 4.50...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(CGI) perl
perl(Carp) perl-base
perl(Class::ISA) perl-Class-ISA
perl(HTML::Template) perl-HTML-Template
perl(Test::More) >= 0.47 perl perl-Test-Simple