Ports Search

Results 3,4213,430 of 5,623 for /devel/.(0.003 seconds)
devel/UNIVERSAL-require-0.18 (Score: 0.032514982)
Perl module to require() from a variable
UNIVERSAL::require - require() modules from a variable. If you've ever had to do this... eval "require $module"; to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this: $module->require; It doesn't save you much typing, but it'll make a lot more sense to someone who's not a ninth level Perl acolyte.
devel/Test-TCP-2.13 (Score: 0.032514982)
Perl extension for testing TCP program
Test::TCP is test utilities for TCP/IP program.
devel/UNIVERSAL-which-0.06 (Score: 0.032514982)
Perl extension for telling fully qualified name of the method
Perl extension for telling fully qualified name of the method.
devel/Test-TempDir-Tiny-0.016 (Score: 0.032514982)
Temporary directories that stick around when tests fail
Test::TempDir::Tiny works with Test::More to create temporary directories that stick around if tests fail. It is loosely based on Test::TempDir, but with less complexity, greater portability and zero non-core dependencies. (Capture::Tiny is recommended for testing.)
devel/UUID-Random-0.04 (Score: 0.032514982)
Generate random uuid strings
UUID::Random generates random uuid strings. It does not satisfy any of the points listed in RFC 4122 but the default format. If you need RFC compliant UUID strings have a look at Data::UUID.
devel/Test-Timer-0.12 (Score: 0.032514982)
Perl test module to test/assert response times
Test::Timer implements a set of test primitives to test and assert test times from bodies of code.
devel/Unix-Groups-0.01 (Score: 0.032514982)
Perl support for getgroups and setgroups syscalls
This module implements a very thin layer around the getgroups(2) and setgroups(2) syscalls.
devel/Test-TinyMocker-0.05 (Score: 0.032514982)
Simple tool to mock external modules
Test::TinyMocker - a very simple tool to mock external modules Available method: * mock($module, $method_or_methods, $sub) * unmock($module, $method_or_methods) * method * methods * should
devel/Test-Trap-0.3.2 (Score: 0.032514982)
Trap exit codes, exceptions, output, etc
Test::Trap is primarily (but not exclusively) for use in test scripts: a block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code. The values collected by the latest trap can then be queried or tested through a special trap object.
devel/Test-Unit-0.25 (Score: 0.032514982)
PerlUnit testing framework
This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma.