Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第17,59117,600项(搜索用时0.011秒)
devel/MooseX-Types-URI-0.08 (Score: 7.739885E-4)
URI related types and coercions for Moose
MooseX::Types::URI provides Moose types for fun with URIs. It has slightly DWIMier types than the URI classes have due to implementation details, so the types should be more forgiving when ducktyping will work anyway (e.g. URI::WithBase does not inherit URI).
devel/MooseX-Types-VariantTable-0.04 (Score: 7.739885E-4)
Type constraint based variant table
MooseX::Types::VariantTable implements a simple dispatch table based on Moose type constraints. Subtypes will be checked before their parents, meaning that the order of the declaration does not matter.
devel/MouseX-App-Cmd-0.30 (Score: 7.739885E-4)
Mashes up MouseX::Getopt and App::Cmd
MouseX::App::Cmd marries App::Cmd with MouseX::Getopt. It is a direct port of MooseX::App::Cmd to Mouse. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MouseX::App::Cmd::Command. Then you can write your Mouse commands as Mouse classes, with MouseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec.
devel/MouseX-Types-Path-Class-0.07 (Score: 7.739885E-4)
Path::Class type library for Mouse
MouseX::Types::Path::Class creates common Mouse types, coercions and option specifications useful for dealing with Path::Class objects as Mouse attributes.
devel/OLE-Storage_Lite-0.19 (Score: 7.739885E-4)
Perl module for OLE document interface
The OLE::Storage_Lite perl module allows you to read and write an OLE structured file.
devel/POSIX-strftime-Compiler-0.41 (Score: 7.739885E-4)
Perl extension for glibc compatible strftime for loggers/servers
POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications. For generate same result strings on any locale, POSIX::strftime::Compiler wraps POSIX::strftime and converts some format characters to perl code.
devel/PCSC-Card-1.4.14 (Score: 7.739885E-4)
Perl bindings for the PC/SC Lite Framework
From the website:- This library allows to interface with a smart card and pcsc-lite using the Perl language. The archive contains the Perl wrapper and sample code. Bruce bms@spc.org
devel/POE-API-Hooks-1.0800 (Score: 7.739885E-4)
Implement lightweight hooks into POE
This module adds lightweight hooks into the inner workings of POE. Currently, one can add hooks into POE that get called before/after an event is dispatched and/or before/after a Session is created. These callbacks receive the exact same argument list as their Kernel/Session counterpart. For event dispatch related callbacks, see _dispatch_event in POE::Kernel. For session related callbacks, see create in POE::Session.
devel/POE-Component-Child-1.39 (Score: 7.739885E-4)
POE child management
POE-Component-Child This component allows for the creation and management of children processes within the POE environment.
devel/POE-Component-Cron-0.021 (Score: 7.739885E-4)
Schedule POE Events using a cron spec
This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec.