Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,30112,310项(搜索用时0.009秒)
devel/MooseX-MetaDescription-0.06 (Score: 9.2878623E-4)
Framework for adding additional metadata to Moose classes
MooseX::MetaDescription allows you to add arbitrary out of band metadata to your Moose classes and attributes. This will allow you to track out of band data along with attributes, which is very useful for say serializing Moose classes in HTML or XML.
devel/MooseX-MethodAttributes-0.31 (Score: 9.2878623E-4)
Code attribute introspection
MooseX::MethodAttributes allows code attributes of methods to be introspected using Moose meta method objects.
devel/MooseX-MultiInitArg-0.02 (Score: 9.2878623E-4)
Attributes with aliases for constructor arguments for MooseX
MooseX::MultiInitArg - Attributes with aliases for constructor arguments.
devel/MooseX-MultiMethods-0.10 (Score: 9.2878623E-4)
Multi Method Dispatch based on Moose type constraints
MooseX::MultiMethods provides multi method dispatch based on Moose type constraints. It does so by providing a multi keyword that extends the method keyword provided by MooseX::Method::Signatures. When invoking a method declared as multi a matching variant is being searched in all the declared multi variants based on the passed parameters and the declared type constraints. If a variant has been found, it will be invoked. If no variant could be found, an exception will be thrown.
devel/MooseX-NonMoose-0.26 (Score: 9.2878623E-4)
Easy subclassing of non-Moose classes
MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this, such as setting up proper inheritance from Moose::Object and installing (and inlining, at make_immutable time) a constructor that makes sure things like BUILD methods are called. It tries to be as non-intrusive as possible - when this module is used, inheriting from non-Moose classes and inheriting from Moose classes should work identically, aside from the few caveats mentioned below. One of the goals of this module is that including it in a Moose::Exporter-based package used across an entire application should be possible, without interfering with classes that only inherit from Moose modules, or even classes that don't inherit from anything at all.
devel/MooseX-OneArgNew-0.005 (Score: 9.2878623E-4)
Teach ->new to accept single, non-hashref arguments
MooseX::OneArgNew lets your constructor take a single argument, which will be translated into the value for a one-entry hashref.
devel/MooseX-POE-0.215 (Score: 9.2878623E-4)
The Illicit Love Child of Moose and POE
MooseX::POE::Object is a Moose wrapper around a POE::Session.
devel/MooseX-RelatedClassRoles-0.004 (Score: 9.2878623E-4)
Apply roles to a class related to yours
Apply roles to a class related to yours
devel/Net-DBus-1.1.0 (Score: 9.2878623E-4)
Perl extension for the DBus message system
Net::DBus provides a Perl XS API to the dbus inter-application messaging system. The Perl API covers the core base level of the dbus APIs, not concerning itself yet with the GLib or QT wrappers
devel/MooseX-Runnable-0.10 (Score: 9.2878623E-4)
Tag a class as a runnable application
MooseX::Runnable is a framework for making classes runnable applications. This role doesn't do anything other than tell the rest of the framework that your class is a runnable application that has a "run" method which accepts arguments and returns the process' exit code. This is a convention that the community has been using for a while. This role tells the computer that your class uses this convention, and let's the computer abstract away some of the tedium this entails.