Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,3813,390项(搜索用时0.004秒)
devel/Test-Pod-Coverage-1.10 (Score: 0.032514982)
Check for pod coverage in your distribution
Checks for POD coverage in files for your distribution.
devel/Time-Local-1.23.00 (Score: 0.032514982)
Efficiently compute time from local and GMT time
These routines are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 UTC on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems.
devel/Time-Mock-0.0.2 (Score: 0.032514982)
Shift and scale time
Time::Mock speeds up your sleep(), alarm(), and time() calls. Test::MockTime is nice, but doesn't allow you to accelerate the timestep and doesn't deal with Time::HiRes or give you any way to change the time across forks.
devel/Test-Portability-Files-0.06 (Score: 0.032514982)
Test::Portability::Files Check file names portability
This module is used to check the portability across operating systems of the names of the files present in the distribution of a module.
devel/Time-Object-1.00 (Score: 0.032514982)
Perl OO interface to time and dates
This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect.
devel/Time-Out-0.11 (Score: 0.032514982)
Easily timeout long running operations
Time::Out provides an easy interface to alarm(2) based timeouts. Nested timeouts are supported.
devel/Time-Period-1.20 (Score: 0.032514982)
Perl module that contains code to deal with time periods
Period.pm is a Perl module that contains code to deal with time periods. Currently, there is only a function in this module. That function is called inPeriod(). inPeriod() determines if a given time is within a given time period. It will return 1 if it is, 0 if not, and -1 if either the time or the period passed to it were malformed. The time is specified in non-leap year seconds past January 1, 1970, as per the time() function. The period is a string which is of the form described in Period's man page.
devel/Test-Prereq-1.039 (Score: 0.032514982)
Check if Makefile.PL has the right pre-requisites
Perl module for checking if Makefile.PL has the right pre-requisites.
devel/Time-Piece-1.23 (Score: 0.032514982)
Time::Piece - Object Oriented time objects
This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect. The module actually implements most of an interface described by Larry Wall on the perl5-porters mailing list here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-01/msg00241.html
devel/Test-RandomResults-0.03 (Score: 0.032514982)
Test non-deterministic functions
This module aims to provide ways of testing functions that are meant to return results that are random; that is, non-deterministic functions. Some of the tests provided here might be easily achieved with other testing modules. The reason why they're here is that this way users become aware of how to test their non-deterministic functions.