Ports Search

Results 951960 of 8,048 for /www/.(0.003 seconds)
www/CGI-Application-PSGI-1.00 (Score: 0.056974534)
Perl extension of PSGI Adapter for CGI::Application
PSGI Adapter for CGI::Application.
Use any templating system in CGI::Application
CGI::Application::Plugin::AnyTemplate allows you to use any supported Perl templating system using a single consistent interface. Currently supported templating systems include HTML::Template, HTML::Template::Expr, HTML::Template::Pluggable, Template::Toolkit and Petal. You can access any of these templating systems using the same interface. In this way, you can use the same code and switch templating systems on the fly. This approach has many uses. For instance, it can be useful in migrating your application from one templating system to another.
Provides easy access to Apache::* modules for CGI::Application
CGI::Application::Plugin::Apache provides easy access to Apache::* modules for CGI::Application.
Support for authorization of requests in CGI::Application
CGI::Application::Plugin::Authorization adds the ability to authorize users for specific tasks.
Support for authenticating requests in CGI::Application
CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules.
CGI::App plugin to automatically register runmodes
This plugin for CGI::Application provides easy ways to setup run modes. You can just write the method that implement a run mode, you do not have to explicitly register it with CGI::App anymore.
Add Config::YAML support to CGI::Application
add Config::YAML support to CGI::Application
Plugin that adds Config::Auto support to CGI::Application
CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. The format is detected automatically using Config::Auto. It is known to support the following formats: colon separated, space separated, equals separated, XML, Perl code, and Windows INI. See that modules documentation for complete details.
www/CGI-Application-Plugin-DBH-4.04 (Score: 0.056974534)
Easy DBI access from CGI::Application
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the dbh method is not called during the request. In other words, the database connection is not created until it is actually needed.
This plug-in add DebugScreen support to CGI::Application
This plug-in add Debug support to CGI::Application. This plug-in like Catalyst debug mode.