Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第17,67117,680项(搜索用时0.01秒)
Perl6 style Junction operators in Perl5
This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all.
devel/Sys-Info-Base-0.7804 (Score: 7.739885E-4)
Base class for Sys::Info
Sys::Info::Base is the base class for Sys::Info.
devel/Sys-Info-Driver-BSD-0.7801 (Score: 7.739885E-4)
BSD driver for Sys::Info
Sys::Info::Driver::BSD is the BSD driver for Sys::Info.
devel/TAP-Formatter-JUnit-0.11 (Score: 7.739885E-4)
Perl extension for Harness output delegate for JUnit output
Harness output delegate for JUnit output.
devel/TAP-Harness-JUnit-0.42 (Score: 7.739885E-4)
Perl extension to generate JUnit compatible output from TAP
Generate JUnit compatible output from TAP results. The only difference between this module and TAP::Harness is that this adds optional 'xmlfile' argument, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.
devel/Template-Provider-Encode-0.02 (Score: 7.739885E-4)
Encode templates for Template Toolkit
Encode templates for Template::Toolkit.
devel/Term-ProgressBar-Quiet-0.31 (Score: 7.739885E-4)
Perl extension to display a progress bar, if interactive
Term::ProgressBar is a wonderful module for showing progress bars on the terminal. This module acts very much like that module when it is run interactively. However, when it is not run interactively (for example, as a cron job) then it does not show the progress bar.
devel/Term-ProgressBar-Simple-0.03 (Score: 7.739885E-4)
Simpler Term::ProgressBar interface
Progress bars are handy - they tell you how much work has been done, how much is left to do and estimate how long it will take. But they can be fiddly! This module does the right thing in almost all cases in a really convenient way. It wraps Term::ProgressBar::Quiet so there is no output unless the code is running interactively - lets you put them in cron scripts. It deals with minor updates - only refreshes the screen when it will change what the user sees so it is efficient. It completes the progress bar when the progress object is destroyed (explicitly or by going out of scope) - no more '99%' done.
devel/Test-Harness-Straps-0.30 (Score: 7.739885E-4)
Detailed analysis of test results for Perl
Test::Harness is limited to printing out its results. This makes analysis of the test results difficult for anything but a human. To make it easier for programs to work with test results, we provide Test::Harness::Straps. Instead of printing the results, straps provide them as raw data. You can also configure how the tests are to be run.
devel/Term-ReadLine-Gnu-1.34 (Score: 7.739885E-4)
Allow Term::ReadLine to use GNU readline
Perl 5 ships with a module called Term::ReadLine which is an interface to command line editing and recall. The version that ships with Perl is only a stub, and offers little functionality. This module supplements Term::ReadLine so that it uses GNU readline, which comes with FreeBSD. Applications that use Term::ReadLine do not need to be modified to gain the benefits of this package; it will happen transparently upon installation.