Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第17,69117,700项(搜索用时0.011秒)
devel/Test-Number-Delta-1.06 (Score: 7.739885E-4)
Compare the difference between two numbers within a specified amount
Compare if the difference between two numbers is within a specified amount.
devel/Test-Command-Simple-0.04 (Score: 7.739885E-4)
Test external commands (nearly) as easily as loaded modules
This test module is intended to simplify testing of external commands. It does so by running the command under IPC::Open3, closing the stdin immediately, and reading everything from the command's stdout and stderr. It then makes the output available to be tested. It is not (yet?) as feature-rich as Test::Cmd, but I think the interface to this is much simpler. Tests also plug directly into the Test::Builder framework, which plays nice with Test::More. As compared to Test::Command, this module is simpler, relying on the user to feed rc, stdout, and stderr to the appropriate other tests, presumably in Test::More, but not necessarily.
devel/Test-DBIx-Class-0.47 (Score: 7.739885E-4)
Easier test cases for your DBIx::Class applications
Easier test cases for your DBIx::Class applications
devel/nspr-4.13 (Score: 7.739885E-4)
Platform-neutral API for system level and libc like functions
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings.
devel/Test-Exception-LessClever-0.007 (Score: 7.739885E-4)
Test::Exception simplified
Test::Exception::LessClever is an alternative to Test::Exception that is much simpler. This alternative does not use fancy stack tricks to hide itself. The idea here is to keep it simple. This also solves the Test::Exception bug where some dies will be hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a warning will be generated as well.
devel/Test-File-Contents-0.23 (Score: 7.739885E-4)
Test routines for examining the contents of files
This modules provides a collection of test utilities for file contents.
devel/Test-File-ShareDir-1.001001 (Score: 7.739885E-4)
Create a fake ShareDir for your modules for testing
Create a fake ShareDir for your modules for testing.
devel/Test-Fixture-DBIC-Schema-0.04 (Score: 7.739885E-4)
Module providing a DBIx::Class::Schema fixture data loader
The Perl 5 module Test::Fixture::DBIC::Schema is a fixture data loader for DBIx::Class::Schema.
devel/Test-HTML-Tidy-1.00 (Score: 7.739885E-4)
Test::More-style wrapper around HTML::Tidy
Handy way to check that HTML is valid, according to HTML::Tidy. It is built with Test::Builder and plays happily with Test::More and friends.
devel/Test-Log4perl-0.1001 (Score: 7.739885E-4)
Test::Log4perl - test Log::Log4perl
This module can be used to test that you're logging the right thing with Log::Log4perl. It checks that we get what, and only what, we expect logged by your code.