Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,2013,210项(搜索用时0.003秒)
devel/Sys-Info-Base-0.7804 (Score: 0.032514982)
Base class for Sys::Info
Sys::Info::Base is the base class for Sys::Info.
devel/Sys-Info-Driver-BSD-0.7801 (Score: 0.032514982)
BSD driver for Sys::Info
Sys::Info::Driver::BSD is the BSD driver for Sys::Info.
devel/Test-Debugger-0.14 (Score: 0.032514982)
Create Test Scripts which Generate Log Files
Have you ever tried to debug a test script that is failing tests? Without too many modifications, your test script can generate a log file with information about each failed test. You can take your existing test script, and with (hopefully) very little effort, convert it to use Test::Debugger. Then re-run your modified test and view the log file it creates.
devel/Sys-Info-0.78 (Score: 0.032514982)
Fetch information from the host system
Sys::Info is a Perl module to fetch information from the host system.
devel/Sys-MemInfo-0.91 (Score: 0.032514982)
Sys::MemInfo - Perl extension for getting Memory information
Sys::MemInfo return the total amount of free and used physical memory in bytes in totalmem and freemem variables. Total amount of free and user swap memory are alse returned in totalswap and freeswap variables.
devel/Sys-SigAction-0.21 (Score: 0.032514982)
Perl extension for Consistent Signal Handling
Sys::SigAction - Perl extension for Consistent Signal Handling. With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier.
devel/Sys-Syscall-0.25 (Score: 0.032514982)
Access system calls that Perl doesn't provide access to
Use epoll, sendfile, from Perl. Mostly Linux-only support now, but more syscalls/OSes planned for future.
devel/Sys-Virt-1.1.1 (Score: 0.032514982)
Perl bindings for libvirt
The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API.
devel/System-Command-1.118 (Score: 0.032514982)
Object for running system commands
System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.
devel/System-Sub-0.150960 (Score: 0.032514982)
Wrap external command with a DWIM sub
System::Sub provides in your package a sub that wraps the call to an external program.