Ports Search

Results 3,2713,280 of 5,623 for /devel/.(0.003 seconds)
devel/quantum-1.8.0 (Score: 0.032514982)
Cron-like job scheduler for Elixir
Cron-like job scheduler for Elixir.
devel/Test-Command-0.11 (Score: 0.032514982)
Test routines for external commands
Test::Command intends to bridge the gap between the well tested functions and objects you choose and their usage in your programs. By examining the exit status, terminating signal, STDOUT and STDERR of your program you can determine if it is behaving as expected. This includes testing the various combinations and permutations of options and arguments as well as the interactions between the various functions and objects that make up your program. The various test functions below can accept either a command string or an array reference for the first argument. If the command is expressed as a string it is passed to system as is. If the command is expressed as an array reference it is dereferenced and passed to system as a list. The final argument for the test functions, $name, is optional. By default the $name is a concatenation of the test function name, the command string and the expected value. This construction is generally sufficient for identifying a failing test, but you may always specify your own $name if desired. Any of the test functions can be used as instance methods on a Test::Command object. This is done by dropping the initial $cmd argument and instead using arrow notation.
devel/Test-Compile-1.3.0 (Score: 0.032514982)
Check whether Perl module files compile correctly
Test::Compile lets you check the validity of a Perl module file or Perl script file, and report its results in standard Test::Simple fashion.
devel/Test-DBIx-Class-0.47 (Score: 0.032514982)
Easier test cases for your DBIx::Class applications
Easier test cases for your DBIx::Class applications
devel/Test-Data-1.24 (Score: 0.032514982)
Test functions for particular variable types
Test::Data provides utility functions to check properties and values of data and variables.
devel/Test-Declare-0.06 (Score: 0.032514982)
Perl extension for declarative testing
Test::More and Test::Exception and Test::Deep wrapper module for declarative testing.
devel/noweb-2.11b (Score: 0.032514982)
Simple, extensible literate-programming tool
INTRODUCTION --- WHAT IS NOWEB, ANYWAY? noweb is a literate-programming tool like FunnelWEB or nuweb, only simpler. A noweb file contains program source code interleaved with documentation. When noweb is invoked, it writes the program source code to the output files mentioned in the noweb file, and it writes a TeX file for typeset documentation. noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are simplicity, extensibility, and language-independence. noweb works ``out of the box'' with any programming language, and supports TeX, latex, and HTML (Mosaic) back ends. A back end to support full hypertext or indexing takes about 250 lines; a simpler one can be written in 40 lines of awk. The primary sacrifice relative to WEB is that code is not prettyprinted. If you're brand new to literate programming, check out the FAQ for the USENET newsgroup comp.programming.literate. There are also some resources available through the noweb home page:
devel/nspr-4.13 (Score: 0.032514982)
Platform-neutral API for system level and libc like functions
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings.
devel/nxt-python-2.2.2 (Score: 0.032514982)
Python interface for the Lego Mindstorms NXT robot
nxt-python is a python driver/interface for the Lego Mindstorms NXT robot. The 1.x releases aim to improve on NXT_Python's interface and should be compatible with scripts which use it while the 2.x releases improve on the API in backwards-incompatible ways and will not work with NXT_Python scripts.
devel/Test-Pod-1.51 (Score: 0.032514982)
Check for POD errors in files
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.