Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第9,9419,950项(搜索用时0.011秒)
www/App-Nopaste-1.006 (Score: 1.869263E-4)
Easy access to any pastebin
This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one.
Plugin that adds Log::Dispatch support to CGI::Application
CGI::Application::Plugin::LogDispatch adds logging support to your CGI::Application modules by providing a Log::Dispatch dispatcher object that is accessible from anywhere in the application.
Plugin that adds session support to CGI::Application
CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules by providing a CGI::Session object that is accessible from anywhere in the application.
www/CGI-Cache-1.4207 (Score: 1.869263E-4)
Perl extension to cache output of time-intensive CGI scripts
CGI::Cache is a perl extension to help cache output of time-intensive CGI scripts so that subsequent visits to such scripts will not cost as much time.
www/Catalyst-ActionRole-ACL-0.07 (Score: 1.869263E-4)
User role-based authorization action class
Provides a Catalyst reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines.
Mmap cache for Catalyst
This package is part of the Catalyst Cache family. It allows integration of Cache::FastMmap and Catalyst This module extends the Catalyst application class with a "mmap" cache.
www/Catalyst-Plugin-FillInForm-0.12 (Score: 1.869263E-4)
Automatically fill in forms in Catalyst using HTML::FillInForms
Catalyst-Plugin-FillInForm is a Catalyst plugin that automatically fills in forms if the last form has missing or invalid fields.
FormValidator for Catalyst
This Catalyst plugin uses Data::FormValidator to validate and set up form data from your request parameters. It's a quite thin wrapper around that module.
www/Catalyst-Plugin-Unicode-0.93 (Score: 1.869263E-4)
Unicode aware Catalyst
On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets.
www/Feersum-1.403 (Score: 1.869263E-4)
PSGI engine for Perl based on EV/libev
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the psgi.streaming interface and is compatible with Plack. PSGI 1.1, which has yet to be published formally, is also supported. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware. Feersum uses a single-threaded, event-based programming architecture to scale and can handle many concurrent connections efficiently in both CPU and RAM. It skips doing a lot of sanity checking with the assumption that a "front-end" HTTP/HTTPS server is placed between it and the Internet.