Ports Search

Results 2,8412,850 of 5,623 for /devel/.(0.004 seconds)
devel/MouseX-NativeTraits-1.09 (Score: 0.032514982)
Extend your attribute interfaces for Mouse
MouseX::NativeTraits is a Perl module to extend your attribute interfaces for Mouse.
devel/MouseX-StrictConstructor-0.02 (Score: 0.032514982)
Make your object constructors blow up on unknown attributes
MouseX::StrictConstructor is a Perl module to make your object constructors blow up on unknown attributes.
devel/MouseX-Traits-0.1102 (Score: 0.032514982)
Automatically apply roles at object creation time
Often you want to create components that can be added to a class arbitrarily. MouseX::Traits makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or apply roles to the instance one-by-one, he can just create a new class from yours with with_traits, and then instantiate that.
devel/MouseX-Types-Path-Class-0.07 (Score: 0.032514982)
Path::Class type library for Mouse
MouseX::Types::Path::Class creates common Mouse types, coercions and option specifications useful for dealing with Path::Class objects as Mouse attributes.
devel/MouseX-Types-0.06 (Score: 0.032514982)
Perl extension to organize your Mouse types in libraries
MouseX::Types - Organize your Mouse types in libraries.
devel/Net-ZooKeeper-0.39 (Score: 0.032514982)
Perl extension for Apache ZooKeeper
Net::ZooKeeper provides a Perl interface to the synchronous C API of Apache ZooKeeper. ZooKeeper is coordination service for distributed applications and is a sub-project of the Apache Hadoop project.
devel/No-Worries-1.0 (Score: 0.032514982)
No::Worries - coding without worries
This collection of modules ease coding by providing consistent convenient functions to perform frequently used programming tasks.
devel/Number-Tolerant-1.708 (Score: 0.032514982)
Provides inexact number comparisons with tolerance ranges
Number::Tolerant provides tolerance ranges for inexact numbers.
devel/OLE-Storage_Lite-0.19 (Score: 0.032514982)
Perl module for OLE document interface
The OLE::Storage_Lite perl module allows you to read and write an OLE structured file.
devel/Object-Accessor-0.48 (Score: 0.032514982)
Interface to create per object accessors
Object::Accessor provides an interface to create per object accessors (as opposed to per Class accessors, as, for example, Class::Accessor provides). You can choose to either subclass this module, and thus using its accessors on your own module, or to store an Object::Accessor object inside your own object, and access the accessors from there.