Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第8,4918,500项(搜索用时0.011秒)
devel/MooseX-Types-Stringlike-0.003 (Score: 1.3917367E-4)
Perl extension of Moose type constraints for string-like objects
This module provides a more general version of the Str type. If coercions are enabled, it will accepts objects that overload stringification and coerces them into strings.
devel/Object-Declare-0.23 (Score: 1.3917367E-4)
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/Parallel-Iterator-1.00 (Score: 1.3917367E-4)
Simple parallel execution
This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously.
devel/POE-Component-RSS-0.09 (Score: 1.3917367E-4)
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.
devel/POE-Component-RSSAggregator-1.11 (Score: 1.3917367E-4)
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/POE-XS-Queue-Array-0.006 (Score: 1.3917367E-4)
XS implementation of POE::Queue::Array
This class is an implementation of the abstract POE::Queue interface. It implements a priority queue using C, with an XS interface supplied.
devel/Path-Resource-0.072 (Score: 1.3917367E-4)
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: 1.3917367E-4)
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: 1.3917367E-4)
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/aegis-4.25 (Score: 1.3917367E-4)
Transaction-based software configuration management system
Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Some key features: * All operations on the repository are based on change sets. * True configurations. All changes are reproducible snapshots. Every change set has a unique configuration identifier. * Ability to rename files without losing their history. * Binary files are supported. * File meta-data are versioned. Aegis versions permissions also. * Commits are truly atomic. No part of a commit takes effect until the entire commit has succeeded. Log messages are attached to the change set, not stored redundantly in each file. * Access controls on lines of development (branches). Creating a branch in Aegis can be accomplished with a single, fast command. * Repository synchronization, geographically distributed development. * Optimal performance for all users, local or remote (no difference). * Disconnected commits. * Peer-to-peer architecture. Work may flow in without involving a master site. * Costs are proportional to change size, not data size.