Ports Search

Results 17,42117,430 of 19,819 for %22HTTP Server%22.(0.019 seconds)
devel/Devel-Cover-Report-Clover-0.35 (Score: 7.739885E-4)
Perl extension for Clover reporting of coverage statistics
This module generates a Clover compatible coverage xml file which can be used in a variety of continuous integration software offerings. It is designed to be called from the cover program distributed with Devel::Cover.
devel/Devel-Declare-Parser-0.020 (Score: 7.739885E-4)
Perl extension for higher level interface to Devel-Declare
Devel-Declare-Parser is a higher-level API sitting on top of Devel::Declare. It is used by Devel::Declare::Exporter to simplify exporting of Devel::Declare magic. Writing custom parsers usualy only requires subclassing this module and overriding a couple methods.
devel/Devel-Events-Objects-0.05 (Score: 7.739885E-4)
Perl module providing object tracking support for Devel::Events
The Perl 5 module Devel::Events::Objects provides an event generator and a handler for Devel::Events, that facilitate leak checking. There are two components of this module: Devel::Events::Generator::Objects, and Devel::Events::Handler::ObjectTracker. The first one uses some trickery to generate events for every object creation and destruction in code loaded after it was loaded. The second one will listen on these events, and track all currently living objects.
devel/Devel-GlobalDestruction-XS-0.02 (Score: 7.739885E-4)
Faster implementation of the Devel::GlobalDestruction API
Devel::GlobalDestruction::XS is an XS backend for Devel::GlobalDestruction.
devel/Devel-Leak-Cb-0.04 (Score: 7.739885E-4)
Detect leaked callbacks
Detect leaked callbacks
devel/Devel-LeakGuard-Object-0.06 (Score: 7.739885E-4)
Scoped checks for object leaks
This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes.
devel/android-tools-adb-7.0.0.r1 (Score: 7.739885E-4)
Android debug bridge command line tool
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
devel/Devel-Size-Report-0.13 (Score: 7.739885E-4)
Extension to generate a size report for all elements in a structure
Devel::Size can only report the size of a single element or the total size of a structure (array, hash etc). This module enhances Devel::Size by giving you the ability to generate a full size report for each element in a structure. You have full control over how the generated text report looks like, and where you want to output it. In addition, the method track_size allows you to get at the raw data that is used to generate the report for even more flexibility.
devel/Devel-StackTrace-AsHTML-0.14 (Score: 7.739885E-4)
Perl extension to display stack trace in HTML
Displays stack trace in HTML.
Perl extension for Devel::StackTrace + PadWalker
Devel::StackTrace + PadWalker.