Ports Search

Results 10,38110,390 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/Type-Tiny-1.000005 (Score: 7.3261835E-5)
Tiny, yet Moo(se)-compatible type constraint
Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse. Maybe now we won't need to have separate MooseX, MouseX and MooX versions of everything? We can but hope... This documents the internals of Type::Tiny. Type::Tiny::Manual is a better starting place if you're new.
devel/Unix-Statgrab-0.104 (Score: 7.3261835E-5)
Perl extension for collecting information about the machine
Unix::Statgrab is a wrapper for libstatgrab, as available from http://www.i-scream.org/libstatgrab/. It is a reasonably portable attempt to query interesting stats about your computer. It covers information on the operating system, CPU, memory usage, network interfaces, hard-disks etc.
devel/Unix-Uptime-0.3701 (Score: 7.3261835E-5)
Determine the current uptime in seconds
This is a rather simple module that abstracts the task of figuring out the current system uptime, in seconds. It was born out of a desire to do this on non-Linux systems, without SNMP. If you want to use SNMP, there are pleanty of modules on CPAN already.
devel/VCS-Lite-0.12 (Score: 7.3261835E-5)
Minimal version control system
This module provides the functions normally associated with a version control system, but without needing or implementing a version control system. Applications include wikis, document management systems and configuration management. It makes use of the module Algorithm::Diff. It provides the facility for basic diffing, patching and merging.
devel/Validation-Class-7.900056 (Score: 7.3261835E-5)
Perl extension for centralized input validation for any application
Validation::Class is a different approach to data validation, it attempts to simplify and centralize data validation rules to ensure DRY (don't repeat yourself) code. The primary intent of this module is to provide a simplistic validation work-flow and promote code (validation) reuse.
devel/carton-1.0.21 (Score: 7.3261835E-5)
Perl module dependency manager
carton is a command line tool to track the Perl module dependencies for your Perl application. The managed dependencies are tracked in a carton.lock file, which is meant to be version controlled, and the lock file allows other developers of your application will have the exact same versions of the modules.
devel/match-simple-0.009 (Score: 7.3261835E-5)
Simplified clone of smartmatch operator
match::simple provides a simple match operator |M| that acts like a sane subset of the (as of Perl 5.18) deprecated smart match operator. Unlike smart match, the behaviour of the match is determined entirely by the operand on the right hand side.
devel/multidimensional-0.012 (Score: 7.3261835E-5)
Disables multidimensional array emulation
Perl's multidimensional array emulation stems from the days before the language had references, but these days it mostly serves to bite you when you typo a hash slice by using the $ sigil instead of @. This module lexically makes using multidimensional array emulation a fatal error at compile time.
devel/smv-2.5.4.3 (Score: 7.3261835E-5)
Symbolic Model Verifier System for checking finite state systems
The SMV (Symbolic Model Verifier) system is a tool for checking finite state systems against specifications in the temporal logic CTL (Computational Tree Logic). One specifies the finite state system (finite automaton, Mealy machine, full adder circuit, ..) as a Kripke structure in the SMV language and provides specifications in CTL. The model checking algorithm allows to determine if the Kripke structure fulfills the specifications.
devel/superclass-0.003 (Score: 7.3261835E-5)
Like parent, but with version checks
Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. If a module in the import list is followed by something that doesn't look like a legal module name, the VERSION method will be called with it as an argument.