Skip to content

Commit

Permalink
Time::HiRes moved from "cpan" to "dist" in 91ba54
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhukins authored and jkeenan committed Feb 9, 2016
1 parent 37b7e43 commit d0b0e70
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -2073,8 +2073,8 @@ If your system is quite busy and doesn't respond quickly enough,
these tests might fail. If possible, try running the tests again
with the system under a lighter load. These timing-sensitive
and load-sensitive tests include F<t/op/alarm.t>,
F<cpan/Time-HiRes/t/alarm.t>, F<cpan/Time-HiRes/t/clock.t>,
F<cpan/Time-HiRes/t/itimer.t>, F<cpan/Time-HiRes/t/usleep.t>,
F<dist/Time-HiRes/t/alarm.t>, F<dist/Time-HiRes/t/clock.t>,
F<dist/Time-HiRes/t/itimer.t>, F<dist/Time-HiRes/t/usleep.t>,
F<dist/threads-shared/t/waithires.t>,
F<dist/threads-shared/t/stress.t>, F<lib/Benchmark.t>,
F<lib/Memoize/t/expmod_t.t>, and F<lib/Memoize/t/speed.t>.
Expand Down
3 changes: 2 additions & 1 deletion README.cygwin
Expand Up @@ -562,9 +562,10 @@ be kept as clean as possible.
pod/perltoc.pod Porting/Glossary pod/perlgit.pod
Porting/checkAUTHORS.pl
dist/Cwd/Changes ext/Compress-Raw-Zlib/Changes
dist/Time-HiRes/Changes
ext/Compress-Raw-Zlib/README ext/Compress-Zlib/Changes
ext/DB_File/Changes ext/Encode/Changes ext/Sys-Syslog/Changes
ext/Time-HiRes/Changes ext/Win32API-File/Changes
ext/Win32API-File/Changes
lib/ExtUtils/CBuilder/Changes lib/ExtUtils/Changes lib/ExtUtils/NOTES
lib/ExtUtils/PATCHING lib/ExtUtils/README
lib/Net/Ping/Changes lib/Test/Harness/Changes
Expand Down
2 changes: 0 additions & 2 deletions cpan/.gitignore
Expand Up @@ -6,7 +6,5 @@ pm_to_blib
Makefile
Makefile.PL
ppport.h
Time-HiRes/*.inc
Time-HiRes/xdefine
Win32API-File/cFile_pc_to_blib
AutoLoader/t/auto-*
2 changes: 2 additions & 0 deletions dist/.gitignore
Expand Up @@ -6,3 +6,5 @@ pm_to_blib
Makefile
Makefile.PL
ppport.h
Time-HiRes/*.inc
Time-HiRes/xdefine
2 changes: 1 addition & 1 deletion util.c
Expand Up @@ -4906,7 +4906,7 @@ S_mem_log_common(enum mem_log_type mlt, const UV n,
(void)time(&when);
# endif
/* If there are other OS specific ways of hires time than
* gettimeofday() (see ext/Time-HiRes), the easiest way is
* gettimeofday() (see dist/Time-HiRes), the easiest way is
* probably that they would be used to fill in the struct
* timeval. */
{
Expand Down

0 comments on commit d0b0e70

Please sign in to comment.