Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,65112,660项(搜索用时0.01秒)
devel/Test-MockObject-1.20150527 (Score: 9.2878623E-4)
Tests remote URLs or local web files
Perl extension for emulating troublesome interfaces.
devel/Test-MockTime-0.15 (Score: 9.2878623E-4)
Replaces actual time with simulated time
Test::MockTime was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime, time or localtime.
devel/Test-Modern-0.013 (Score: 9.2878623E-4)
Precision testing for modern perl
Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automatically imposes strict and warnings on your script, and loads IO::File. (Much of the same stuff Modern::Perl does.) Although Test::Modern is a modern testing framework, it should run fine on pre-modern versions of Perl. It should be easy to install on Perl 5.8.9 and above; and if you can persuade its dependencies to install (not necessarily easy!), should be OK on anything back to Perl 5.6.1.
devel/Test-utf8-1.01 (Score: 9.2878623E-4)
Handy UTF-8 tests
Test::utf8 is a collection of tests useful for dealing with utf8 strings in Perl. It has two types of tests: The validity tests check if a string is valid and not corrupt, whereas the characteristics tests will check that string has a given set of characteristics.
devel/Text-LevenshteinXS-0.03 (Score: 9.2878623E-4)
XS implementation of the Levenshtein edit distance
This is a port of Josh Goldberg's Text::LevenshteinXS An XS implementation of the Levenshtein edit distance
devel/Text-Outdent-0.01 (Score: 9.2878623E-4)
Strip leading whitespace from here-docs
Strips leading whitespace from here-docs
devel/Test-Most-0.34 (Score: 9.2878623E-4)
Perl extension for most commonly needed test functions and features
Most commonly needed test functions and features.
devel/Test-Needs-0.002002 (Score: 9.2878623E-4)
Skip tests when modules not available
Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip. If used in a subtest, the remainder of the subtest will be skipped. Skipping will work even if some tests have already been run, or if a plan has been declared. Versions are checked via a $module->VERSION($wanted_version) call. Versions must be provided in a format that will be accepted. No extra processing is done on them. If perl is used as a module, the version is checked against the running perl version ($]). The version can be specified as a number, dotted-decimal string, v-string, or version object. If the RELEASE_TESTING environment variable is set, the tests will fail rather than skip. Subtests will be aborted, but the test script will continue running after that point.
devel/Test-NoTabs-1.4 (Score: 9.2878623E-4)
Check the presence of tabs in your project
Test::NoTabs scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs.
devel/Thread-Suspend-1.22 (Score: 9.2878623E-4)
Suspend and resume operations for threads
This module adds suspend and resume operations for threads. Suspensions are cumulative, and need to be matched by an equal number of resume calls.