Ports Search

Results 9,0519,060 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
File::ShareDir returning Path::Class objects
File::ShareDir::PathClass is just a wrapper around File::ShareDir functions, transforming their return value to Path::Class objects. This allows for easier usage of the value.
devel/re2-20151101 (Score: 1.869263E-4)
Fast C++ regex library
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input. RE2 implements memory limits, so that searches can be constrained to a fixed amount of memory. RE2 is engineered to use a small fixed C++ stack footprint no matter what inputs or regular expressions it must process; thus RE2 is useful in multithreaded environments where thread stacks cannot grow arbitrarily large.
devel/IO-Prompt-0.99.7002 (Score: 1.869263E-4)
Interactively prompt for user input
By default, this module exports a single function 'prompt'. It prompts the user to enter some input, and returns an object that represents the user input.
devel/Import-Into-1.002005 (Score: 1.869263E-4)
Import packages into other packages
Import::Into creates a global method import::into which you can call on any package to import it into another package.
devel/Lingua-Translit-0.19 (Score: 1.869263E-4)
Transliterates text between writing systems
Lingua::Translit can be used to convert text from one writing system to another, based on national or international transliteration tables. Where possible a reverse transliteration is supported.
devel/Log-Dispatch-Array-1.003 (Score: 1.869263E-4)
Log events to an array (reference)
This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code.
devel/MetaCPAN-Client-1.008001 (Score: 1.869263E-4)
Comprehensive, DWIM-featured client to the MetaCPAN API
This is a hopefully-complete API-compliant client to MetaCPAN (https://metacpan.org) with DWIM capabilities, to make your life easier.
devel/Mixin-Linewise-0.108 (Score: 1.869263E-4)
Write your linewise code for handles; this does the rest
With Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can just write a method to handle handles, and methods for handling strings and filenames are added for you.
devel/Mo-0.39 (Score: 1.869263E-4)
Micro Objects. Mo is less
Mo is the bare minimum needed for Perl OO. Many times you'll want just a couple more features. Don't worry. Mo's got you covered. Mo simply loads the feature classes Mo::build, Mo::default, Mo::builder, Mo::coerce, Mo::is and Mo::required. The first one supports BUILD constructing and the other three add their magics to has. A Mo::Feature module can enhance new, extends and has, and also add new export subs, or remove existing ones. Features can also be combined for a single accessor. See Mo::Features for a list of all the features and for an explanation of the Feature API.
devel/Mock-Quick-1.111 (Score: 1.869263E-4)
Quickly mock objects and classes
Mock-Object provides a declarative mocking interface that results in a very concise, but clear syntax. There are separate facilities for mocking object instances, and classes. You can quickly create an instance of an object with custom attributes and methods. You can also quickly create an anonymous class, optionally inheriting from another, with whatever methods you desire. Mock-Object also provides a tool that provides an OO interface to overriding methods in existing classes. This tool also allows for the restoration of the original class methods. Best of all this is a localized tool, when your control object falls out of scope the original class is restored.