Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第13,45113,460项(搜索用时0.017秒)
devel/Object-Declare-0.23 (Score: 3.975496E-5)
Declarative object constructor
This module exports one function, declare, for building named objects with a declarative syntax, similar to how Jifty::DBI::Schema defines its columns.
devel/POE-Component-RSS-0.09 (Score: 3.975496E-5)
Module for event based RSS parsing
POE::Component::RSS is an event based RSS parsing module. It wraps XML::RSS and provides a POE based framework for accessing the information provided.
Watch Muliple RSS Feeds for New Headlines
POW::Component::RSSAggregator is a non-blocking way to watch multiple RSS sources with one process. See also p5-XML-RSS-Feed.
devel/Path-Resource-0.072 (Score: 3.975496E-5)
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.
devel/PerlIO-utf8_strict-0.006 (Score: 3.975496E-5)
Fast and correct UTF-8 IO
PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default :utf8 layer it checks the input for correctness.
devel/Scalar-Util-Numeric-0.40 (Score: 3.975496E-5)
Numeric tests for perl scalars
This module exports a number of wrappers around perl's builtin grok_number function, which returns the numeric type of its argument, or 0 if it isn't numeric.
devel/Test-CheckManifest-1.29 (Score: 3.975496E-5)
Check if your Manifest matches your distro
Checks whether the Manifest file matches the distro or not. To match a distro the Manifest has to name all files that come along with the distribution
devel/System-Command-1.118 (Score: 3.975496E-5)
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/Term-Menus-2.99 (Score: 3.975496E-5)
Create Powerful Terminal, Console, and CMD Environment Menus
Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment can now include a menu facility that includes sub-menus, forward and backward navigation, single or multiple selection capabilities, dynamic item creation and customized banners. All this power is simple to implement with a straight forward and very intuitive configuration hash structure that mirrors the actual menu architecture needed by the application. A separate configuration file is optional. Term::Menus is cross platform compatible.
devel/Test-LeakTrace-0.15 (Score: 3.975496E-5)
Traces memory leaks
Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. Leaked SVs are SVs which are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes a block more than once.