summaryrefslogtreecommitdiff
path: root/cpan/Time-HiRes
Commit message (Collapse)AuthorAgeFilesLines
* update Time-HiRes to CPAN version 1.9724Zefram2011-06-2117-837/+870
| | | | | | | | | | | | | | | | | | | | - Correct XS parameter list, and therefore prototype, for unimplemented-on-this-platform version of clock_nanosleep() [rt.cpan.org #68700]. - Declare package variables with "our" rather than "use vars". - Corresponding to "our" usage, check for minimum Perl version 5.006. - Declare module dependencies. - Remove $ENV{PERL_CORE} logic from test suite, which is no longer desired in the core. - Convert test suite to use Test::More. - Factor out watchdog code from test suite. - In test suite, be consistent about using fully-qualified form of function names. - Divide test suite into feature-specific scripts. - Make ualarm timing test less vulnerable to delay-induced false failure, from Dave Mitchell.
* update Time-HiRes to CPAN version 1.9722Zefram2011-05-184-20/+50
| | | | | | | - Fix broken linkage on Windows with gcc 3.4 seen with ActivePerl, report from Christian Walde [rt.cpan.org #61648], fix derived from Vincent Pit. - Jump through hoops to avoid compiler warnings.
* Bump Time::HiRes version after 4edfaa8809ab489b9ce1c7936973edc2c80216db.Craig A. Berry2010-11-271-1/+1
|
* Fix Time::HiRes probes on VMS.Craig A. Berry2010-11-261-9/+1
| | | | | | | | We have not been correctly building this on VMS since the location was changed in core because we have not been able to loate include files. This mirrors the upstream patch at: https://rt.cpan.org/Ticket/Display.html?id=63363
* Update Time-HiRes to CPAN version 1.9721Chris 'BinGOs' Williams2010-06-266-20/+77
| | | | | | | | | | | | | | [DELTA] 1.9721 [2010-03-17] - Address [rt.cpan.org #54196] alarm and ularm return values are bogus, additional fix from Gisle Aas - Address [rt.cpan.org #55665] "Bad plan" on Windows, report and fix from Jan Dubois 1.9720 [2010-02-14] - Address [rt.cpan.org #54196] alarm and ularm return values are bogus, report and fix from Nicholas Clark
* Move Time::HiRes from ext/ to cpan/Nicholas Clark2009-10-0217-0/+5244