Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第3,8013,810项(搜索用时0.009秒)
devel/Declare-Constraints-Simple-0.03 (Score: 1.1215882E-4)
Declarative Validation of Perl Data Structures
The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace.
devel/File-Type-0.22 (Score: 1.1215882E-4)
Determine file type using magic
File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file. File::Type can use either a filename, or file contents, to determine the type of a file.
devel/Log-Dispatch-Config-1.04 (Score: 1.1215882E-4)
Log4j equivalent for Perl
Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configuration file (default, in AppConfig format). This is almost a log4j equivalent for Perl, not with all API compatibility though.
devel/MooseX-Daemonize-0.21 (Score: 1.1215882E-4)
Role for daemonizing your Moose based application
Often you want to write a persistant daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that.
devel/MooseX-Storage-0.52 (Score: 1.1215882E-4)
Serialization framework for Moose classes
MooseX::Storage is a serialization framework for Moose, it provides a very flexible and highly pluggable way to serialize Moose classes to a number of different formats and styles.
devel/Path-Abstract-0.096 (Score: 1.1215882E-4)
Fast and featureful UNIX-style path parsing and manipulation
A tool for parsing, interrogating, and modifying a UNIX-style path. The parsing behavior is similar to File::Spec::Unix, except that trailing slashes are preserved (converted into a single slash).
devel/Term-Size-0.207 (Score: 1.1215882E-4)
Perl5 module to handle window size changes
Excerpted from the README file: Term::Size is a Perl module which provides a straightforward way to get the size of the terminal (or window) on which a script is running.
devel/Term-ReadLine-TTYtter-1.4 (Score: 1.1215882E-4)
Perl5 module for Term::ReadLine allowing rich editing
ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing to edit a command line. This module have UTF-8 support, let erase or repaint the prompt and to hook a process to further line control.
devel/Test-Without-Module-0.18 (Score: 1.1215882E-4)
Test fallback behaviour in absence of modules
This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed.
devel/Test-SubCalls-1.09 (Score: 1.1215882E-4)
Track the number of times subs are called
There are a number of different situations (like testing caching code) where you want to want to do a number of tests, and then verify that some underlying subroutine deep within the code was called a specific number of times.