Ports Search

Results 17,75117,760 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/Tree-Simple-View-0.17 (Score: 7.739885E-4)
Set of classes for viewing Tree::Simple hierarchies
Tree::Simple::View - A set of classes for viewing Tree::Simple hierarchies
devel/Tree-Simple-VisitorFactory-0.15 (Score: 7.739885E-4)
Set of visitor objects for traversing Tree::Simple hierarchies
Tree::Simple::VisitorFactory is a collection of visitor objects used to traverse Tree::Simple hierarchies.
devel/Type-Tiny-Signatures-0.06 (Score: 7.739885E-4)
Method/Function Signatures w/Type::Tiny Constraints
This module uses Function::Parameters to extends Perl with keywords that let you define methods and functions with parameter lists which can be validated using Type::Tiny type constraints. The type constraints can be provided by the Type::Tiny standard library, Types::Standard, or any supported user-defined type library which can be a Moose, MooseX::Type, MouseX::Type, or Type::Library library.
devel/Types-Path-Tiny-0.005 (Score: 7.739885E-4)
Path::Tiny types and coercions for Moose and Moo
Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc. It handles two important types of coercion: - coercing objects with overloaded stringification - coercing to absolute paths It also can check to ensure that files or directories exist.
devel/UUID-Random-Patch-UseMRS-0.01 (Score: 7.739885E-4)
Make UUID::Random use Math::Random::Secure::rand()
UUID::Random::Patch::UseMRS makes UUID::Random use rand() from Math::Random::Secure instead of the default rand() that comes with Perl. It is useful for creating cryptographically secure UUID's. On the other hand, as a note, this makes generate() around 20 times slower. After you use this module, use UUID::Random as usual.
devel/VCP-Dest-svk-0.29 (Score: 7.739885E-4)
VCP destination driver for svn/svk
This is a VCP destination driver for svn repositories by using the SVK module.
devel/VCP-Source-cvsbk-0.11 (Score: 7.739885E-4)
VCP source driver for bk exported cvs repository
This is a VCP source driver for bk exported cvs repository, which is an extension from CVS repository source driver.
devel/XML-Compile-Tester-0.90 (Score: 7.739885E-4)
Support XML::Compile Related Regression Testing
XML-Compile-Tester support XML::Compile related regression testing.
devel/XS-Object-Magic-0.04 (Score: 7.739885E-4)
Opaque, extensible XS pointer backed objects using sv_magic
This way of associating structs with Perl space objects is designed to supercede Perl's builtin T_PTROBJ with something that is designed to be: Extensible - The association of the pointer using sv_magicext can be done on any data type, so you can associate C structs with any representation type. - This means that you can add pointers to any object (hand coded, Moose or otherwise), while still having instance data in regular hashes. Opaque - The C pointer is neither visible nor modifiable from Perl space. - This prevents accidental corruption which could lead to segfaults using T_PTROBJ (e.g. $$ptr_obj = 0).
devel/Yada-Yada-Yada-1.00 (Score: 7.739885E-4)
Adds a Yada-Yada-Yada operator (...) to Perl 5
For Perl 6 we've been promised a "yada yada yada" operator, which makes '...' valid syntax for "I'll fill this bit in later.", allowing the code to compile, but issue a run-time warning. But, like many of the other things that may or may not happen in Perl 6, we can already make this happen in Perl 5. All you need is to 'use Yada::Yada::Yada' and off you go ...