Ports Search

Results 14,44114,450 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.018 seconds)
devel/Term-Size-Any-0.002 (Score: 3.7481335E-5)
Retrieve terminal size
Term::Size::Any is a unified interface to retrieve terminal size. It loads one module of a list of known alternatives, each implementing some way to get the desired terminal information. This loaded module will actually do the job on behalf of Term::Size::Any.
devel/Test-CPAN-Meta-0.25 (Score: 3.7481335E-5)
Validate your CPAN META.yml files
Test::CPAN::Meta was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
devel/acsccid-1.1.2 (Score: 3.7481335E-5)
PC/SC driver for CS CCID smart card readers
acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd).
devel/aliased-0.31 (Score: 3.7481335E-5)
Use shorter versions of class names
aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the subroutine is the last part of the class name.
devel/boolean-0.45 (Score: 3.7481335E-5)
Boolean support for Perl
Most programming languages have a native "Boolean" data type. Perl does not. Perl has a simple and well known Truth System. The following scalar values are false: @false = (undef, 0, 0.0, '', '0'); Every other scalar value is true. This module provides basic Boolean support, by defining two special objects: "true" and "false".
devel/prefork-1.04 (Score: 3.7481335E-5)
Optimize module loading across forking and non-forking scenarios
The prefork pragma is intended to allow module writers to optimise module loading for both scenarios with as little additional code as possible. The prefork.pm is intended to serve as a central and optional marshalling point for state detection (are we running in procedural or pre-forking mode) and to act as a relatively light-weight module loader.
devel/Type-Tiny-1.000005 (Score: 3.7481335E-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: 3.7481335E-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: 3.7481335E-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: 3.7481335E-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.