Ports Search

Results 3,2813,290 of 5,623 for /devel/.(0.003 seconds)
devel/Test-DependentModules-0.26 (Score: 0.032514982)
Test all modules which depend on your module
Test::DependentModules is intended as a tool for module authors who would like to easily test that a module release will not break dependencies. This is particularly useful for module authors (like myself) who have modules which are a dependency of many other modules. WARNING: The tests this module does should *NEVER* be included as part of a normal CPAN install!
devel/Test-Differences-0.630 (Score: 0.032514982)
Test::Differences - Test strings and data structures for differences
When the code you're testing returns multiple lines, records or data structures and they're just plain wrong, an equivalent to the Unix diff utility may be just what's needed.
devel/Test-Distribution-2.00 (Score: 0.032514982)
Test::Distribution - Perform tests on all modules of a distribution
When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION.
devel/Test-EOL-1.5 (Score: 0.032514982)
Check the correct line endings in your project
Test::EOL lets you check the presence of Windows line endings in your perl code. It report its results in standard Test::Simple fashion.
devel/Test-Exception-LessClever-0.007 (Score: 0.032514982)
Test::Exception simplified
Test::Exception::LessClever is an alternative to Test::Exception that is much simpler. This alternative does not use fancy stack tricks to hide itself. The idea here is to keep it simple. This also solves the Test::Exception bug where some dies will be hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a warning will be generated as well.
devel/Test-Exception-0.43 (Score: 0.032514982)
Test functions for exception based code
This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::Simple, Test::More and friends. If you are not familiar with Test::Simple or Test::More now would be the time to go take a look.
devel/Test-Requires-0.10 (Score: 0.032514982)
Perl extension for checking to see if the module can be loaded
Test::Requires checks to see if the module can be loaded. If this fails rather than failing tests this skips all tests.
devel/Test-RequiresInternet-0.05 (Score: 0.032514982)
Test network connectivity before functional tests
Test::RequiresInternet tests network connectivity before functional tests.
devel/Test-Expect-0.33 (Score: 0.032514982)
Automated driving and testing of terminal-based programs
Test::Expect is a module for automated driving and testing of terminal-based programs. It is handy for testing interactive programs which have a prompt, and is based on the same concepts as the Tcl Expect tool. As in Expect::Simple, the Expect object is made available for tweaking. Test::Expect is intended for use in a test script.
devel/Test-FailWarnings-0.008 (Score: 0.032514982)
Add test failures if warnings are caught
This module hooks $SIG{__WARN__} and converts warnings to Test::More's fail() calls. It is designed to be used with done_testing, when you don't need to know the test count in advance.