Ports Search

Results 17,32117,330 of 19,819 for %22HTTP Server%22.(0.014 seconds)
devel/AnyEvent-Filesys-Notify-1.19 (Score: 7.739885E-4)
Perl extension for AnyEvent compat to monitor file/dir changes
An AnyEvent compatible module to monitor files/directories for changes
devel/App-CLI-Extension-1.42.1 (Score: 7.739885E-4)
Extension for App::CLI extension module
App::CLI::Extension is extension for App::CLI extension module.
devel/App-SVN-Bisect-1.1 (Score: 7.739885E-4)
Binary search through svn revisions
SVN binary search, based on git-bisect.
devel/App-local-lib-helper-0.07 (Score: 7.739885E-4)
Make it easy to run code against a local-lib
Helper for 'local' libs versions This is an object which provide the functionality to create a local::lib 'helper' script in either the currently loaded local::lib environment or in a target directory of choice. i By default the script is called localenv and can be used to invoke a command under the local::lib which it was built against. For example, assume you build a local::lib like so: cpanm --local-lib ~/mylib App::local::lib::helper
devel/App-scan_prereqs_cpanfile-1.03 (Score: 7.739885E-4)
Perl extension for scanning prerequisite modules to generate cpanfile
This script scans prerequisite modules from your code, and generate CPANfile. You can also list missing prerequisite modules.
Richer semantics for attribute handlers
This module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a BEGIN, CHECK, INIT, run-time, or END block).
devel/B-Hooks-EndOfScope-0.21 (Score: 7.739885E-4)
Execute code after a scope finished compilation
This module allows you to execute code when perl finished compiling the surrounding scope.
devel/B-Hooks-OP-Annotation-0.44 (Score: 7.739885E-4)
Annotate and delegate hooked OPs
B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check.
Perl extension to invoke callback on construction of entersub OPs
Invoke callbacks on construction of entersub OPs for certain CVs.
devel/B-Hooks-OP-Check-0.19 (Score: 7.739885E-4)
Wrap OP check callbacks
This module provides a c api for XS modules to hook into the callbacks of PL_check.