Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第10,34110,350项(搜索用时0.018秒)
devel/Log-Report-Optional-1.02 (Score: 7.3261835E-5)
Log::Report or ::Minimal
Log::Report::Optional will allow libraries (helper modules) to have a dependency to a small module instead of the full Log-Report distribution. The full power of Log::Report is only released when the main program uses that module. In that case, the module using the 'Optional' will also use the full Log::Report, otherwise the dressed-down Log::Report::Minimal version.
devel/Mixin-Event-Dispatch-2.000 (Score: 7.3261835E-5)
Mixin methods for simple event/message dispatch framework
Add Mixin::Event::Dispatch in as a parent to your class, and it'll provide some methods for defining event handlers ("subscribe_to_event" or "add_handler_for_event") and calling them ("invoke_event"). Note that handlers should return 0 for a one-off handler, and 1 if it should be called again on the next event.
devel/Module-Starter-1.71 (Score: 7.3261835E-5)
Simple starter kit for any Perl module
Module::Starter - a simple starter kit for any module Module::Starter is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. If you're not looking to extend or alter the behavior of this module, you probably want to look at module-starter instead.
devel/MooX-HandlesVia-0.001008 (Score: 7.3261835E-5)
NativeTrait-like behavior for Moo
MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given atttribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative.
devel/MooseX-AttributeShortcuts-0.028 (Score: 7.3261835E-5)
Shorthand for common attribute options
Ever find yourself repeatedly specifying writers and builders, because there's no good shortcut to specifying them? Sometimes you want an attribute to have a read-only public interface, but a private writer. And wouldn't it be easier to just say "builder => 1" and have the attribute construct the canonical "_build_$name" builder name for you?
devel/Ouch-0.0409 (Score: 7.3261835E-5)
Perl extension for exceptions that don't hurt
Ouch provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has no prereqs, but still gives you much of that same functionality, then Ouch is for you.
devel/MooseX-Types-DateTimeX-0.10 (Score: 7.3261835E-5)
Extensions to MooseX::Types::DateTime::ButMaintained
This module builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited. The package name is left as is for legacy reasons: this module is really a Type with coercions for DateTimeX::Easy. DateTimeX is just a namespace for non-core or less-official DateTime modules.
devel/Object-Signature-1.07 (Score: 7.3261835E-5)
Generate cryptographic signatures for objects
Object::Signature is an abstract base class that you can inherit from in order to allow your objects to generate unique cryptographic signatures. The method used to generate the signature is based on Storable and Digest::MD5. The object is fed to Storable::nfreeze to get a string, which is then passed to Digest::MD5::md5_hex to get a unique 32 character hexadecimal signature.
devel/Object-Array-0.060 (Score: 7.3261835E-5)
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/PHP-Serialization-0.34 (Score: 7.3261835E-5)
Converting the output of PHP serialize() into the Perl
Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not.