Ports Search

Results 12,22112,230 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/Log-Dispatchouli-2.012 (Score: 9.2878623E-4)
Log events to an array (reference)
Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it dead simple to add logging to a program without having to think much about categories, facilities, levels, or things like that. It is meant to make logging just configurable enough that you can find the logs you want and just easy enough that you will actually log things.
devel/Log-Message-0.08 (Score: 9.2878623E-4)
Powerful and flexible message logging mechanism
Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but some can be filled in by the user, like a tag by which to identify it or group it, and a level at which to handle the message (for example, log it, or die with it) Log::Message also provides a powerful way of searching through items by regexes on messages, tags and level.
devel/Log-Report-1.13 (Score: 9.2878623E-4)
Report a problem, pluggable handlers and language support
Handling messages to users can be a hassle, certainly when the same module is used for command-line and in a graphical interfaces, and has to cope with internationalization at the same time; this set of modules tries to simplify this. Log::Report combines gettext features with Log::Dispatch-like features. However, you can also use this module to do only translations or only message dispatching.
devel/Log-TraceMessages-1.4 (Score: 9.2878623E-4)
Perl extension for trace messages used in debugging
This module is a better way of putting 'hello there' trace messages in your code. It lets you turn tracing on and off without commenting out trace statements, and provides other useful things like HTML-ified trace messages for CGI scripts and an easy way to trace out data structures using Data::Dumper. Seamus Venasse <svenasse@polaris.ca>
devel/MRO-Compat-0.12 (Score: 9.2878623E-4)
Add mro::* interface compatibility for Perls < 5.9.5
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher.
devel/MRO-Define-0.02 (Score: 9.2878623E-4)
Define your own method resolution order
Define your own method resolution order in Perl
devel/Mac-PropertyList-1.41 (Score: 9.2878623E-4)
Perl extension for parsing Mac OS X property lists
Mac-PropertyList is a Perl extension for parsing Mac OS X property lists.
devel/Make-1.1.2 (Score: 9.2878623E-4)
Perl module implementing 'make' and script
This port provides a perl version of make (in script form) as well as a module 'Make'.
devel/Minilla-2.5.0 (Score: 9.2878623E-4)
CPAN module authoring tool
Minilla is a CPAN module authoring tool. Minilla provides 'minil' command for authorizing a CPAN distribution. The repository created and managed by Minilla is git install ready, and cpan of course. Minilla is built on only few small libraries. You can install Minilla without a huge list of dependencies to heavy modules. Conventions: module written in Pure Perl are located in lib/; executable file is in script/ directory, if any; module is maintained with Git and git ls-files matches with what you will release; module has a static list of prerequisites that can be described in cpanfile; has a Changes file.
devel/Meta-Builder-0.003 (Score: 9.2878623E-4)
Perl extension for creating Meta objects to track custom metrics
Meta::Builder is designed to be a generic tool for writing Meta objects. Unlike specialized tools, Meta::Builder makes no assumptions about what metrics you will care about. Meta::Builder also mkaes it simple for others to extend your meta-object based tools by providing hooks for other packages to add metrics to your meta object.