Ports Search

Results 2,9612,970 of 5,623 for /devel/.(0.005 seconds)
devel/Proc-SafeExec-1.5 (Score: 0.032514982)
Convenient utility for executing external commands in various ways
Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines.
devel/Proc-Simple-1.31 (Score: 0.032514982)
Perl5 module to launch and control background processes
The Proc::Simple package provides objects that model real- life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either shell-like command lines or references to perl subroutines can be specified for launching a process in background. A 10-second sleep process, for example, can be started via the shell as $myproc->start("sleep 10"); or, as a perl subroutine, with $myproc->start(sub { sleep(10); });
Sugary dispatcher for perl
sugary dispatcher for perl
devel/Path-Dispatcher-1.06 (Score: 0.032514982)
Perl flexible and extensible dispatch
Path::Dispatcher - flexible and extensible dispatch for perl
devel/Path-Extended-0.23 (Score: 0.032514982)
Perl extension for yet another Path class
This is yet another file/directory handler that does a bit more than Path::Class for some parts, and a bit less for other parts. One of the main difference is Path::Extended always tries to use forward slashes when possible, ie. even when you're on the MS Windows, so that you don't need to care about escaping paths that annoys you from time to time when you want to apply regexen to a path, especially in file tests that use 'like' or 'compare'.
devel/Path-FindDev-0.5.2 (Score: 0.032514982)
Find a development path in an upper hierarchy
Path::FindDev is used to find a development path somewhere in an upper hierarchy. It is mostly a glue layer around Path::IsDev with a few directory walking tricks.
devel/Path-IsDev-1.001002 (Score: 0.032514982)
Perl extension to determine if path resembles dev source tree
This module is more or less a bunch of heuristics for determining if a given path is a development tree root of some kind. This has many useful applications, notably ones that require behaviours for "installed" modules to be different to those that are still "in development"
devel/Path-Iterator-Rule-1.008 (Score: 0.032514982)
Perl extension for iterative, recursive file finder
This module iterates over files and directories to identify ones matching a user-defined set of rules. The API is based heavily on File::Find::Rule, but with more explicit distinction between matching rules and options that influence how directories are searched. A Path::Iterator::Rule object is a collection of rules (match criteria) with methods to add additional criteria. Options that control directory traversal are given as arguments to the method that generates an iterator.
devel/Range-String-v0.01 (Score: 0.032514982)
Perl5 module which provides interface to string ranges
Range::Integer is a perl module which can be helpful for work with string ranges.
devel/Path-Resource-0.072 (Score: 0.032514982)
Perl module for combining local path manipulation and URI manipulation
Path::Resource is a module for combining local file and directory manipulation with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent.