Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第1,1811,190项(搜索用时0.008秒)
devel/Algorithm-Annotate-0.10 (Score: 0.0018400648)
Represent a series of changes in annotate form
Algorithm::Annotate generates a list that is useful for generating output similar to "cvs annotate".
devel/Data-Visitor-Encode-0.10007 (Score: 0.0018400648)
Perl extension to encode/decode values in a structure
Data::Visitor::Encode visits each node of a structure, and returns a new structure with each node's encoding (or similar action). If you ever wished to do a bulk encode/decode of the contents of a structure, then this module may help you.
devel/DateTime-Event-Sunrise-0.05.03 (Score: 0.0018400648)
DateTime Objects for sunrise and sunset for a given day
This module will return a DateTime recurrence set for sunrise or sunset.
Make available a magic caller which can ignore namespaces
Make available a magic caller() which can ignore namespaces that you tell it about.
Creates temporary files and directories from a structured description
This module adds a create_structured_tree subroutine to the Directory::Scratch.
devel/Dist-Metadata-0.926 (Score: 0.0018400648)
Perl extension for information about a perl module distribution
This module provides an easy interface for getting various metadata about a Perl module distribution.
devel/File-Iterator-0.14 (Score: 0.0018400648)
Module for iterating across files in a directory tree
File::Iterator wraps a simple iteration interface around the files in a directory or directory tree. It builds a list of filenames, and maintains a cursor that points to one filename in the list. The user can work through the filenames sequentially by repeatedly doing stuff with the next filename that the cursor points to until their are no filenames left.
devel/File-pushd-1.005 (Score: 0.0018400648)
File::pushd - temporary chdir for a limited scope
File::pushd does a temporary chdir that is easily and automatically reverted. It works by creating a simple object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope.
devel/Hash-Diff-0.007 (Score: 0.0018400648)
Return the difference between two hashes as a hash
Hash::Diff returns the difference between two hashes as a hash.
devel/Test-Number-Delta-1.06 (Score: 0.0018400648)
Compare the difference between two numbers within a specified amount
Compare if the difference between two numbers is within a specified amount.