Ports Search

Results 12,77112,780 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/YAML-AppConfig-0.19 (Score: 9.2878623E-4)
Perl extension to manage configuration files with YAML
YAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to allow more flexiable configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using get and set methods and settings can refer to one another by using variables of the form $foo, much in the style of AppConfig.
devel/ZConf-GUI-1.1.0 (Score: 9.2878623E-4)
GUI backend chooser
A ZConf backed method of choosing a backend for a Perl module that has multiple backends. zcgui-get Gets the current preferred backends for a module. zcgui-gux Gets the value for useX. zcgui-la Lists available GUI backends for a ZConf::GUI compliant module. zcgui-lm Lists the modules that currently have preferences set. zcgui-set Set the preferred backends for a module. zcgui-sux Set the useX value for a module. zcgui-which Prints a list of the available preferred modules for a module.
devel/accessors-fast-0.03 (Score: 9.2878623E-4)
Wrap fastest Class::Accessor::* into pragma
This module was created as an alternative to use fields, and uses Class::Accessor::Fast as a base Creates accessors at compiletime Have own default new method: it creates object as a blessed hash, then locks keys to defined field list, and invoke init. So, recommended usage inside packages, is access by hash keys (it's 3 times faster then accessor). Since keys are locked, you will not suffer from autovivification. Public interface recommended to be documented as accessors. Uses Class::C3
devel/autobox-Core-1.32 (Score: 9.2878623E-4)
Core functions exposed as methods in primitive types
autobox::CORE defines methods for core operations such as join, print, most everything in perlfunc, some things from Scalar::Util and List::Util, and some Perl 5 versions of methods taken from Perl6. These methods expose as methods the built-in functions for minipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups.
devel/autobox-2.82 (Score: 9.2878623E-4)
Call methods on native Perl types
The autobox pragma allows methods to be called on integers, floats, strings, arrays, hashes, and code references in exactly the same manner as blessed references.
devel/autodie-2.29 (Score: 9.2878623E-4)
Replace functions with ones that succeed or die with lexical scope
The autodie pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. The autodie pragma has lexical scope, meaning that functions and subroutines altered with autodie will only change their behaviour until the end of the enclosing block, file, or eval. If system is specified as an argument to autodie, then it uses IPC::System::Simple to do the heavy lifting. See the description of that module for more information.
devel/autovivification-0.16 (Score: 9.2878623E-4)
Lexically disable autovivification
Lexically disable autovivification.
devel/bareword-filehandles-0.004 (Score: 9.2878623E-4)
Disables bareword filehandles
bareword::filehandles lexically disables the use of bareword filehandles with builtin functions, except for the special builitin filehandles STDIN, STDOUT, STDERR, ARGV, ARGVOUT and DATA.
devel/capitalization-0.03 (Score: 9.2878623E-4)
Perl module which allows you to use familiar style on method naming
Perl module which allows you to use familiar style on method naming.
devel/carton-1.0.21 (Score: 9.2878623E-4)
Perl module dependency manager
carton is a command line tool to track the Perl module dependencies for your Perl application. The managed dependencies are tracked in a carton.lock file, which is meant to be version controlled, and the lock file allows other developers of your application will have the exact same versions of the modules.