Ports Search

Results 17,24117,250 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.027 seconds)
devel/MooseX-App-Cmd-0.32 (Score: 2.6503309E-5)
Mashes up MooseX::Getopt and App::Cmd
This module marries App::Cmd with MooseX::Getopt. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your moose commands as moose classes, with MooseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec.
devel/MooseX-AuthorizedMethods-0.006 (Score: 2.6503309E-5)
Syntax sugar for authorized methods
MooseX::AuthorizedMethods exports the "authorized" declarator that makes a verification if the user has the required permissions before the acual invocation. The default verification method will take the "user" method result and call "roles" to list the roles given to that user.
devel/MooseX-HasDefaults-0.03 (Score: 2.6503309E-5)
Default "is" to "ro" or "rw" for all attributes
The module MooseX::HasDefaults::RO defaults is to ro. The module MooseX::HasDefaults::RW defaults is to rw. If you pass a specific value to any has's is, that overrides the default. If you do not want an accessor, pass is => undef.
Translate Moo-style constraints to Moose-style
Moose type constraints are expected to return true if the value passes the constraint, and false otherwise; Moo "constraints", on the other hand, die if validation fails. This metaclass allows for Moo-style constraints; it will wrap them and translate their Moo into a dialect Moose understands.
devel/PerlIO-Layers-0.011 (Score: 2.6503309E-5)
Query the properties/capabilities of filehandle
Perl's filehandles are implemented as a stack of layers, with the bottom-most usually doing the actual IO and the higher ones doing buffering, encoding/decoding or transformations. PerlIO::Layers allows you to query the filehandle's properties concerning there layers.
devel/Perl-Metrics-Lite-0.080 (Score: 2.6503309E-5)
Perl extension for pluggable Perl Code Metrics System
Perl::Metrics::Lite is the pluggable perl code metrics system. Perl::Metrics::Lite provides just enough methods to run static analysis of one or many Perl files and obtain a few metrics. Perl::Metrics::Lite is far simpler than Perl::Metrics and more extensible than Perl::Metrics::Simple.
devel/Regexp-Bind-0.05 (Score: 2.6503309E-5)
Bind variables to captured buffers
This module is an extension to perl's native regexp function. It binds anonymous hashes or named variables to matched buffers. Both normal regexp syntax and embedded regexp syntax are supported. You can view it as a tiny and petite data extraction system.
devel/Perl-Tidy-20160302 (Score: 2.6503309E-5)
Indents and reformats Perl scripts to make them easier to read
Perltidy reads a Perl script and writes an indented, reformatted script. The default formatting closely follows the recommendations in perlstyle(1). Perltidy can also display perl code in syntax- colored HTML output. If you want your code to conform to style.perl(7), you should use: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce (Written by knu)
devel/Pithub-0.01033 (Score: 2.6503309E-5)
Github v3 API
Pithub provides a set of modules to access the Github v3 API in an object oriented way. There is also Net::GitHub which does the same for all the versions (v1, v2, v3) of the Github API. Pithub supports all API calls so far, but only for v3. http://search.cpan.org/dist/Pithub/ WWW: http://search.cpan.org/dist/Pithub/
devel/ahven-2.6 (Score: 2.6503309E-5)
Ada unit test framework
Ahven is a simple unit test library and framework for the Ada programming lanugage. It is loosely modelled after JUnit and some ideas from AUnit. Features: Simple API Small size JUnit-compatible test results in XML format Strict coding style enforced by AdaControl This allows integration with tools like Jenkins and CruiseControl Limited to Ada95 language features Permissive open source license (ISC)