Ports Search

Results 19,34119,350 of 19,819 for %22HTTP Server%22.(0.012 seconds)
www/Catalyst-View-XSLT-0.09 (Score: 7.739885E-4)
XSLT view class for Catalyst
A view base class for Catalyst using XSLT. Your subclass should inherit from this class.
www/Catalyst-View-XML-Simple-0.01 (Score: 7.739885E-4)
Perl extension for Catalyst XML View Class
Catalyst View class for XML::Simple.
www/CatalystX-Component-Traits-0.19 (Score: 7.739885E-4)
Automatic Trait Loading and Resolution for Catalyst Components
Adds a Catalyst::Component "COMPONENT" method to your Catalyst component base class. This method reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using "new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.
www/CatalystX-RoleApplicator-0.005 (Score: 7.739885E-4)
Apply roles to your Catalyst application-related classes
Apply roles to your Catalyst application-related classes
www/Class-DBI-FromForm-0.04 (Score: 7.739885E-4)
Update Class::DBI using Data::FormValidator or HTML::Widget
Create and update Class::DBI objects from Data::FormValidator or HTML::Widget.
www/Dancer-Logger-Log4perl-0.9.0 (Score: 7.739885E-4)
Dancer logging adapter for Log::Log4perl
An interface between Dancer's logging engine abstraction layer and the Log::Log4perl library.
www/Dancer-Plugin-ExtDirect-1.03 (Score: 7.739885E-4)
Dancer plugin for implementing ExtDirect APIs
Dancer plugin which provides an easy way implement ExtDirect APIs.
www/Dancer-Plugin-Feed-1.131470 (Score: 7.739885E-4)
Dancer plugin for generating RSS or Atom feeds
Dancer plugin which provides an easy way to generate RSS or Atom feed. This module relies on XML::Feed.
www/Dancer-Plugin-FlashMessage-0.314 (Score: 7.739885E-4)
Dancer plugin for implementing Flash Messages
Dancer plugin which provides an easy way implement flash messages.
www/Dancer-Plugin-Lexicon-0.06 (Score: 7.739885E-4)
Flexible I18N using Locale::Maketext::Lexicon for Dancer apps
Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N functionality to your Dancer application. Translations are stored in PO or MO (compiled PO) gettext files in the "languages/" dir. You can generate or update your PO files by automatically extracting translatable strings from your code and templates with xgettext.pl. The user's preferred language can be auto-detected from their browser settings, and the current language is automatically stored in the user's session. Including "lang=$lang_tag" in the query string change the user's language.