Ports Search

Results 17,70117,710 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/Test-Memory-Cycle-1.06 (Score: 7.739885E-4)
Check for memory leaks and circular memory references
Check for memory leaks and circular memory references.
devel/Test-Mini-Unit-v1.0.3 (Score: 7.739885E-4)
Declarative syntactic sugar for Test::Mini
Syntactic sugar for Test::Mini
devel/Test-Mock-Guard-0.10 (Score: 7.739885E-4)
Perl extension for simple mock test library using RAII
Test::Mock::Guard is mock test library using RAII. This module is able to change method behavior by each scope.
devel/Test-Without-Module-0.18 (Score: 7.739885E-4)
Test fallback behaviour in absence of modules
This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed.
devel/Text-Levenshtein-Damerau-0.41 (Score: 7.739885E-4)
Damerau Levenshtein edit distance
Text::Levenshtein::Damerau returns the true Damerau Levenshtein edit distance of strings with adjacent transpositions. Useful for fuzzy matching, DNA variation metrics, and fraud detection. Text::Levenshtein::Damerau defaults to using Pure Perl Text::Levenshtein::Damerau::PP, but has an XS addon Text::Levenshtein::Damerau::XS for massive speed imrovements. Works correctly with utf8 if backend supports it; known to work with Text::Levenshtein::Damerau::PP and Text::Levenshtein::Damerau::XS.
devel/Test-Module-Used-0.2.3 (Score: 7.739885E-4)
Test required module is really used and vice versa
Test dependency between module and META.yml. This module reads META.yml and get build_requires and requires. It compares required module is really used and used module is really required.
devel/Test-Moose-More-0.038 (Score: 7.739885E-4)
More tools for testing Moose packages
This package contains a number of additional tests that can be employed against Moose classes/roles. It is intended to replace L<Test::Moose> in your tests, and reexports any tests that it has and we do not, yet.
devel/Test-More-UTF8-0.04 (Score: 7.739885E-4)
Enhancing Test::More for UTF-8-based projects
Test::More::UTF8 is an enhancement of Test::More for UTF8-based projects.
devel/Test-Name-FromLine-0.13 (Score: 7.739885E-4)
Perl extension to fill test names from caller line
Test::Name::FromLine is test utility that fills test names from its file. Just use this module in test and this module fill test names to all test except named one.
devel/Test-Net-LDAP-0.07 (Score: 7.739885E-4)
Perl extension of Net::LDAP subclass for testing
This module provides some testing methods for LDAP operations, such as search, add, and modify, where each method is suffixed with either _ok or _is. Test::Net::LDAP is a subclass of Net::LDAP, so all the methods defined for Net::LDAP are available in addition to search_ok, add_is, etc.