summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2016-02-09 11:15:53 +0000
committerJames E Keenan <jkeenan@cpan.org>2016-02-09 18:20:22 -0500
commitd0b0e7079b2a303505ca6511a5db0d029e64c0bf (patch)
tree569fa33abebdf7ab7c00595ad804078468c9238f
parent37b7e4355c3d397a72147b5c9c0beb8636b808f8 (diff)
downloadperl-d0b0e7079b2a303505ca6511a5db0d029e64c0bf.tar.gz
Time::HiRes moved from "cpan" to "dist" in 91ba54
-rw-r--r--INSTALL4
-rw-r--r--README.cygwin3
-rw-r--r--cpan/.gitignore2
-rw-r--r--dist/.gitignore2
-rw-r--r--util.c2
5 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index d25b6e74be..85e6545d2f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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>.
diff --git a/README.cygwin b/README.cygwin
index 388dc1a954..9d1164b11d 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -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
diff --git a/cpan/.gitignore b/cpan/.gitignore
index 0cf6e5cf86..378f55e4a4 100644
--- a/cpan/.gitignore
+++ b/cpan/.gitignore
@@ -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-*
diff --git a/dist/.gitignore b/dist/.gitignore
index 48ab11785c..d8a22d5c8f 100644
--- a/dist/.gitignore
+++ b/dist/.gitignore
@@ -6,3 +6,5 @@ pm_to_blib
Makefile
Makefile.PL
ppport.h
+Time-HiRes/*.inc
+Time-HiRes/xdefine
diff --git a/util.c b/util.c
index 7cd7d0e930..e87246bfd2 100644
--- a/util.c
+++ b/util.c
@@ -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. */
{