Ports Search

Results 3,5413,550 of 5,623 for /devel/.(0.003 seconds)
devel/autobox-Core-1.32 (Score: 0.032514982)
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: 0.032514982)
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: 0.032514982)
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: 0.032514982)
Lexically disable autovivification
Lexically disable autovivification.
devel/bareword-filehandles-0.004 (Score: 0.032514982)
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: 0.032514982)
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: 0.032514982)
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.
devel/common-sense-3.74 (Score: 0.032514982)
Perl common defaults with lower memory usage
Perl common defaults with lower memory usage
devel/constant-boolean-0.02 (Score: 0.032514982)
Define TRUE and FALSE constants
Define TRUE and FALSE constants.
devel/constant-def-0.01 (Score: 0.032514982)
Declare only undeclared constants
Perl pragma to declare previously undeclared constants