Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,28112,290项(搜索用时0.01秒)
devel/MooseX-Aliases-0.11 (Score: 9.2878623E-4)
Easy aliasing of methods and attributes in Moose
The MooseX::Aliases module will allow you to quickly alias methods in Moose. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased names.
devel/MooseX-ArrayRef-0.005 (Score: 9.2878623E-4)
Moose blessed array references
Blessed arrayrefs with Moose.
devel/MooseX-Async-0.07 (Score: 9.2878623E-4)
The Orphanange of Asynchronous Love Children
MooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings. Please see them for documentation.
devel/MooseX-AttributeHelpers-0.25 (Score: 9.2878623E-4)
Extend your attribute interfaces
While Moose attributes provide you with a way to name your accessors, readers, writers, clearers and predicates, this library provides commonly used attribute helper methods for more specific types of data.
devel/MooseX-AttributeShortcuts-0.028 (Score: 9.2878623E-4)
Shorthand for common attribute options
Ever find yourself repeatedly specifying writers and builders, because there's no good shortcut to specifying them? Sometimes you want an attribute to have a read-only public interface, but a private writer. And wouldn't it be easier to just say "builder => 1" and have the attribute construct the canonical "_build_$name" builder name for you?
devel/MooseX-AuthorizedMethods-0.006 (Score: 9.2878623E-4)
Syntax sugar for authorized methods
MooseX::AuthorizedMethods exports the "authorized" declarator that makes a verification if the user has the required permissions before the acual invocation. The default verification method will take the "user" method result and call "roles" to list the roles given to that user.
devel/MooseX-ClassAttribute-0.29 (Score: 9.2878623E-4)
Declare class attributes Moose-style
MooseX::ClassAttribute allows you to declare class attributes in exactly the same way as you declare object attributes, except using class_has() instead of has(). It is also possible to make these attributes immutable (and faster) just as you can with normal Moose attributes.
devel/NEXT-0.65 (Score: 9.2878623E-4)
Provide a pseudo-class NEXT (et al) that allows method redispatch
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls $self-NEXT::m()>, the call to m is redispatched as if the calling method had not originally been found.
devel/MooseX-Clone-0.06 (Score: 9.2878623E-4)
Fine grained cloning support for Moose objects
Out of the box Moose only provides very barebones cloning support in order to maximize flexibility. This role provides a clone method that makes use of the low level cloning support already in Moose and adds selective deep cloning based on introspection on top of that. Attributes with the Clone trait will handle cloning of data within the object, typically delegating to the attribute value's own clone method.
devel/MooseX-ConfigFromFile-0.14 (Score: 9.2878623E-4)
Perl extension to abstract Moose role attribute setting from file
An abstract Moose role for setting attributes from a configfile.