Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第2,0512,060项(搜索用时0.016秒)
devel/File-Tail-Dir-0.14 (Score: 0.0024091108)
Tail all matching files in a given set of directories
This module monitors and processes any lines appended to the end of one or more files in a given list of directories and keeping state between sessions.
devel/Module-Implementation-0.09 (Score: 0.0024091108)
Loads one of several alternate underlying implementations for a module
Module::Implementation abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. Module::Implementation is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
devel/MooseX-Attribute-ENV-0.02 (Score: 0.0024091108)
Set default of an attribute to a value from %ENV
MooseX-Attribute-ENV is a Moose attribute trait that you use when you want the default value for an attribute to be populated from the %ENV hash.
devel/POE-API-Peek-2.20 (Score: 0.0024091108)
Peek into the internals of a running POE environment
POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available.
devel/PerlIO-via-MD5-0.07 (Score: 0.0024091108)
PerlIO layer for creating an MD5 digest of a file
This module implements a PerlIO layer that can only read files and return an MD5 digest of the contents of the file.
devel/Role-Tiny-2.000003 (Score: 0.0024091108)
Roles, like a nouvelle cusine portion size slice of Moose
Role composition can be thought of as much more clever and meaningful multiple inheritance. The basics of this implementation of roles is: - If a method is already defined on a class, that method will not be composed in from the role. - If a method that the role "requires" to be implemented is not implemented, role application will fail loudly. Unlike Class::C3, where the last class inherited from "wins," role composition is the other way around, where first wins. In a more complete system (see Moose) roles are checked to see if they clash. The goal of this is to be much simpler, hence disallowing composition of multiple roles at once.
devel/licensee-8.2.0 (Score: 0.0024091108)
Detects under what license a project is distributed
Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy math thing called Rabin-Karp rolling-hashes.
dns/dnswalk-2.0.2 (Score: 0.0024091108)
DNS debugger - requests a zone transfer and analyzes the result
dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy.
editors/hexpert-2.4.1 (Score: 0.0024091108)
Hexpert - a simple but flexible binary file editor
Hexpert is a simple but flexible binary file editor. It has both character and hex search modes, and can do both character and hex editing.
games/gti-1.3.0 (Score: 0.0024091108)
Just a silly git launcher, basically. Inspired by sl
It's a program that displays a badly made ASCII-art animation to punish you for your typing error - and after that magically launches the command you meant to launch. The code is available under an MIT-like license on github - though of course anybody can write his or her own version in a couple of minutes. This whole thing is heavily inspired by sl, which displays a steam locomotive. However, gti is actually nicer than sl as it at least executes git after the animation. :-)