Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,8512,860项(搜索用时0.007秒)
devel/Object-Array-0.060 (Score: 0.032514982)
Array references with accessors
Several of these methods do not behave exactly like their builtin counterparts. Specifically, any method that you would expect to return a list does so, but only in list context. In scalar context, these methods will return an Object::Array object constructed from a copy of the list that would have been returned.
devel/Object-AUTHORITY-0.004 (Score: 0.032514982)
Perl module that adds an AUTHORITY method to your class
Perl module that adds an AUTHORITY method to your class.
devel/rvm-1.17 (Score: 0.032514982)
Persistent VM library
The RVM persistent VM library. The RVM library is used by the Coda distributed filesystem. Project contact information below. EMAIL: coda@cs.cmu.edu
devel/Object-Container-0.14 (Score: 0.032514982)
Simple object container
Object::Container is a object container interface which supports both OO interface and Singleton interface.
devel/Object-Declare-0.23 (Score: 0.032514982)
Declarative object constructor
This module exports one function, declare, for building named objects with a declarative syntax, similar to how Jifty::DBI::Schema defines its columns.
devel/Object-Enum-0.07.3 (Score: 0.032514982)
Replacement for if ($foo eq 'bar')
use Object::Enum qw(Enum); my $color = Enum([ qw(red yellow green) ]); # ... later if ($color->is_red) { # it can't be yellow or green
devel/Object-Event-1.220 (Score: 0.032514982)
Class that provides an event callback interface
A class that provides an event callback interface
devel/Object-InsideOut-4.02 (Score: 0.032514982)
Comprehensive inside-out object support module
Object::InsideOut provides comprehensive support for implementing classes using the inside-out object model. This module implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for the object (usually a sequence number). For Perl 5.8.3 and later, the scalar reference is set as read-only to prevent accidental modifications to the ID. Object data (i.e., fields) are stored within the class's package in either arrays indexed by the object's ID, or hashes keyed to the object's ID.
devel/Object-MultiType-0.05 (Score: 0.032514982)
Perl Objects as Hash, Array, and Scalar at the same time
This module return an object that works like a Hash, Array and Scalar object at the same time.
devel/php56-5.6.26 (Score: 0.032514982)
The sysvsem shared extension for php