Ports Search

Results 12,24112,250 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/MooseX-Params-Validate-0.21 (Score: 1.5577191E-4)
Extension of Params::Validate for using Moose types
This module fills a gap in Moose by adding method parameter validation to Moose. This is just one of many developing options, it should not be considered the "official" one by any means though.
devel/Net-DBus-1.1.0 (Score: 1.5577191E-4)
Perl extension for the DBus message system
Net::DBus provides a Perl XS API to the dbus inter-application messaging system. The Perl API covers the core base level of the dbus APIs, not concerning itself yet with the GLib or QT wrappers
devel/MooseX-Role-WithOverloading-0.17 (Score: 1.5577191E-4)
Roles which support overloading
MooseX::Role::WithOverloading allows you to write a Moose::Role which defines overloaded operators and allows those operator overloadings to be composed into the classes/roles/instances it's compiled to, while plain Moose::Roles would lose the overloading.
devel/MooseX-StrictConstructor-0.19 (Score: 1.5577191E-4)
Make your MooseX object constructors blow up on unknown attributes
Simply loading the MooseX::StrictConstructor module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it calls "Carp::confess()". This is a great way to catch small typos.
devel/MooseX-Types-VariantTable-0.04 (Score: 1.5577191E-4)
Type constraint based variant table
MooseX::Types::VariantTable implements a simple dispatch table based on Moose type constraints. Subtypes will be checked before their parents, meaning that the order of the declaration does not matter.
devel/PCSC-Card-1.4.14 (Score: 1.5577191E-4)
Perl bindings for the PC/SC Lite Framework
From the website:- This library allows to interface with a smart card and pcsc-lite using the Perl language. The archive contains the Perl wrapper and sample code. Bruce bms@spc.org
devel/Parse-ExuberantCTags-1.02 (Score: 1.5577191E-4)
Perl module to efficiently parse exuberant ctags files
This Perl module parses ctags files and handles both traditional ctags as well as extended ctags files such as produced with Exuberant ctags. The module is implemented as a wrapper around the readtags library that normally ships with Exuberant ctags.
devel/Parse-PerlConfig-0.05 (Score: 1.5577191E-4)
Perl5 module to use perl scripts as config files
This perl module will eval another perl script and return a hash ref of the final values of the global variables in the eval. This allows you to write generic config files in Perl.
devel/POE-Quickie-0.18 (Score: 1.5577191E-4)
Lazy way to wrap blocking code and programs
If you need nonblocking access to an external program, or want to execute some blocking code in a separate process, but you don't want to write a wrapper module or some POE::Wheel::Run boilerplate code, then POE::Quickie can help. You just specify what you're interested in (stdout, stderr, and/or exit code), and POE::Quickie will handle the rest in a sensible way. It has some convenience features, such as killing processes after a timeout, and storing process-specific context information which will be delivered with every event. There is also an even lazier API which suspends the execution of your event handler and gives control back to POE while your task is running, the same way LWP::UserAgent::POE does. This is provided by the quickie_* functions which are exported by default.
devel/POE-Stage-0.0600 (Score: 1.5577191E-4)
Base class for formalized POE components
POE::Stage is a proposed base class for POE components. Its purpose is to standardize the most common design patterns that have arisen through years of POE::Component development.