Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,61112,620项(搜索用时0.01秒)
devel/Test-Compile-1.3.0 (Score: 9.2878623E-4)
Check whether Perl module files compile correctly
Test::Compile lets you check the validity of a Perl module file or Perl script file, and report its results in standard Test::Simple fashion.
devel/Test-Data-1.24 (Score: 9.2878623E-4)
Test functions for particular variable types
Test::Data provides utility functions to check properties and values of data and variables.
devel/Test-Declare-0.06 (Score: 9.2878623E-4)
Perl extension for declarative testing
Test::More and Test::Exception and Test::Deep wrapper module for declarative testing.
devel/noweb-2.11b (Score: 9.2878623E-4)
Simple, extensible literate-programming tool
INTRODUCTION --- WHAT IS NOWEB, ANYWAY? noweb is a literate-programming tool like FunnelWEB or nuweb, only simpler. A noweb file contains program source code interleaved with documentation. When noweb is invoked, it writes the program source code to the output files mentioned in the noweb file, and it writes a TeX file for typeset documentation. noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are simplicity, extensibility, and language-independence. noweb works ``out of the box'' with any programming language, and supports TeX, latex, and HTML (Mosaic) back ends. A back end to support full hypertext or indexing takes about 250 lines; a simpler one can be written in 40 lines of awk. The primary sacrifice relative to WEB is that code is not prettyprinted. If you're brand new to literate programming, check out the FAQ for the USENET newsgroup comp.programming.literate. There are also some resources available through the noweb home page:
devel/nxt-python-2.2.2 (Score: 9.2878623E-4)
Python interface for the Lego Mindstorms NXT robot
nxt-python is a python driver/interface for the Lego Mindstorms NXT robot. The 1.x releases aim to improve on NXT_Python's interface and should be compatible with scripts which use it while the 2.x releases improve on the API in backwards-incompatible ways and will not work with NXT_Python scripts.
devel/Test-Pod-1.51 (Score: 9.2878623E-4)
Check for POD errors in files
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.
devel/Test-DependentModules-0.26 (Score: 9.2878623E-4)
Test all modules which depend on your module
Test::DependentModules is intended as a tool for module authors who would like to easily test that a module release will not break dependencies. This is particularly useful for module authors (like myself) who have modules which are a dependency of many other modules. WARNING: The tests this module does should *NEVER* be included as part of a normal CPAN install!
devel/Test-Differences-0.630 (Score: 9.2878623E-4)
Test::Differences - Test strings and data structures for differences
When the code you're testing returns multiple lines, records or data structures and they're just plain wrong, an equivalent to the Unix diff utility may be just what's needed.
devel/Test-Distribution-2.00 (Score: 9.2878623E-4)
Test::Distribution - Perform tests on all modules of a distribution
When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION.
devel/Test-EOL-1.5 (Score: 9.2878623E-4)
Check the correct line endings in your project
Test::EOL lets you check the presence of Windows line endings in your perl code. It report its results in standard Test::Simple fashion.