Ports Search

Results 12,33112,340 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/MouseX-Foreign-1.000 (Score: 9.2878623E-4)
Extends non-Mouse classes as well as Mouse classes
MouseX::Foreign provides an ability for Mouse classes to extend any classes, including non-Mouse classes, including Moose classes.
devel/MouseX-Getopt-0.3600 (Score: 9.2878623E-4)
Perl extension for a Mouse role to process command line options
This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line.
devel/MouseX-NativeTraits-1.09 (Score: 9.2878623E-4)
Extend your attribute interfaces for Mouse
MouseX::NativeTraits is a Perl module to extend your attribute interfaces for Mouse.
devel/MouseX-StrictConstructor-0.02 (Score: 9.2878623E-4)
Make your object constructors blow up on unknown attributes
MouseX::StrictConstructor is a Perl module to make your object constructors blow up on unknown attributes.
devel/MouseX-Traits-0.1102 (Score: 9.2878623E-4)
Automatically apply roles at object creation time
Often you want to create components that can be added to a class arbitrarily. MouseX::Traits makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or apply roles to the instance one-by-one, he can just create a new class from yours with with_traits, and then instantiate that.
devel/MouseX-Types-0.06 (Score: 9.2878623E-4)
Perl extension to organize your Mouse types in libraries
MouseX::Types - Organize your Mouse types in libraries.
devel/Net-ZooKeeper-0.39 (Score: 9.2878623E-4)
Perl extension for Apache ZooKeeper
Net::ZooKeeper provides a Perl interface to the synchronous C API of Apache ZooKeeper. ZooKeeper is coordination service for distributed applications and is a sub-project of the Apache Hadoop project.
devel/No-Worries-1.0 (Score: 9.2878623E-4)
No::Worries - coding without worries
This collection of modules ease coding by providing consistent convenient functions to perform frequently used programming tasks.
devel/Number-Tolerant-1.708 (Score: 9.2878623E-4)
Provides inexact number comparisons with tolerance ranges
Number::Tolerant provides tolerance ranges for inexact numbers.
devel/Object-Accessor-0.48 (Score: 9.2878623E-4)
Interface to create per object accessors
Object::Accessor provides an interface to create per object accessors (as opposed to per Class accessors, as, for example, Class::Accessor provides). You can choose to either subclass this module, and thus using its accessors on your own module, or to store an Object::Accessor object inside your own object, and access the accessors from there.