Ports Search

Results 10,28110,290 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/Badger-0.09 (Score: 7.3261835E-5)
Perl Application Programming Toolkit
The Badger toolkit is a collection of Perl modules designed to simplify the process of building object-oriented Perl applications. It provides a set of foundation classes upon which you can quickly build robust and reliable systems that are simple, sexy and scalable.
devel/CPANPLUS-Dist-Build-0.80 (Score: 7.3261835E-5)
CPANPLUS plug-in to use Module-Build
CPANPLUS::Dist::Build is a distribution class for Module::Build related modules. Using this package, you can create, install and uninstall perl modules. It inherits from CPANPLUS::Dist. Normal users won't have to worry about the interface to this module, as it functions transparently as a plug-in to CPANPLUS and will just Do The Right Thing when it's loaded.
devel/Cache-2.11 (Score: 7.3261835E-5)
Perl Cache interface
The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases.
devel/Cache-Mmap-0.11 (Score: 7.3261835E-5)
Cache::Mmap - Shared data cache using memory mapped files
This module provides a shared cache, using a memory mapped file. Very useful for mod_perl applications. If routines are provided which interact with the underlying data, access to the cache is completely transparent, and the module handles all the details of refreshing cache contents, and updating underlying data, if necessary.
Fast accessors with data containment
This module does two things differently to the venerable Class::Accessor::Fast: - Fields are stored at arms-length within a single hash value of $self, rather than directly in the $self blessed referent. - new() allows mixin into an existing object, rather than creating and returning a new blessed hashref.
devel/Class-Data-Inheritable-0.08 (Score: 7.3261835E-5)
Inheritable, overridable class data
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overridden.
devel/Class-Factory-1.06 (Score: 7.3261835E-5)
Base class for dynamic factory classes
This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. Factory classes are used when you have different implementations for the same set of tasks but may not know in advance what implementations you will be using.
devel/Class-Inspector-1.28 (Score: 7.3261835E-5)
Provides information about classes
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange or unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
devel/Class-NamedParms-1.06 (Score: 7.3261835E-5)
Lightweight named parameter handling system
Class::NamedParms Provides standard get/set/clear accessors for a class via named parameter with forced lexical checking of named parameters for validity and initialization validation. Lightweight and simple to use. Designed as a base class for inheritance by other modules.
devel/Clone-More-0.90.2 (Score: 7.3261835E-5)
Perl module for natively copying Perl data structures
This is intended to act as a utility in order to natively clone data structures via a simple Perl interface. Will ensure that all references will be separated from the parent data structure, yet kept relative to the new structure (if need be).