Ports Search

Results 12,75112,760 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/Tree-Simple-1.23 (Score: 9.2878623E-4)
Simple tree object
This module in an fully object-oriented implementation of a simple n- ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent.
devel/Type-Tie-0.009 (Score: 9.2878623E-4)
Tie a variable to a type constraint
Type::Tie exports a single function: ttie. ttie ties a variable to a type constraint, ensuring that whatever values stored in the variable will conform to the type constraint. If the type constraint has coercions, these will be used if necessary to ensure values assigned to the variable conform.
devel/Type-Tiny-1.000005 (Score: 9.2878623E-4)
Tiny, yet Moo(se)-compatible type constraint
Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse. Maybe now we won't need to have separate MooseX, MouseX and MooX versions of everything? We can but hope... This documents the internals of Type::Tiny. Type::Tiny::Manual is a better starting place if you're new.
devel/Types-Core-0.1.8 (Score: 9.2878623E-4)
Core types defined as tests and literals
Types::Core provides syntax symplifier for type checking. It allows easy, non-quoted usage of types as literals, and allows the standard type names to be used as true/false check routines of references. For the most basic functions, they take either 0 or 1 arguments. If 1 parameter, then they test it to see if the ref is of the given type (blessed or not). If false, undef is returned, of true, the ref, itself is returned. For no args, they return literals of themselves, allowing the named strings to be used as Literals without quotes.
devel/Types-Serialiser-1.0 (Score: 9.2878623E-4)
Simple data types for common serialisation formats
Types::Serialiser provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other.
devel/Types-URI-0.006 (Score: 9.2878623E-4)
Perl extension for type constraints and coercions for URIs
Types::URI is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth.
devel/Types-UUID-0.004 (Score: 9.2878623E-4)
Perl extension for type constraints for UUIDs
Types::UUID is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth.
devel/UI-Dialog-1.09 (Score: 9.2878623E-4)
Perl wrapper for the various dialog applications
UI::Dialog is a OOPerl wrapper for the various dialog applications. These dialog backends are currently supported: Zenity, XDialog, GDialog, KDialog, CDialog, and Whiptail. There is also an ASCII backend provided as a last resort interface for the console based dialog variants. UI::Dialog is a class that provides a strict interface to these various backend modules. By using UI::Dialog (with it's imposed limitations on the widgets) you can ensure that your Perl program will function with any available interfaces.
devel/UNIVERSAL-ref-0.14 (Score: 9.2878623E-4)
Turns ref() into a multimethod
This module changes the behavior of the builtin function ref(). If ref() is called on an object that has requested an overloaded ref, the object's ->ref method will be called and its return value used instead.
devel/UUID-Tiny-1.04 (Score: 9.2878623E-4)
Pure Perl UUID Support With Functional Interface
Pure Perl UUID Support With Functional Interface.