This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a2be7
)
Someone actually reads the Makefile.PL messages, it seems.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 24 Sep 2003 05:05:39 +0000
(
05:05
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 24 Sep 2003 05:05:39 +0000
(
05:05
+0000)
(from Jonathan Leffler)
p4raw-id: //depot/perl@21353
ext/Time/HiRes/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Time/HiRes/Makefile.PL
b/ext/Time/HiRes/Makefile.PL
index
fc6a155
..
04485c7
100644
(file)
--- a/
ext/Time/HiRes/Makefile.PL
+++ b/
ext/Time/HiRes/Makefile.PL
@@
-284,7
+284,7
@@
EOD
}
if ($has_setitimer && $has_getitimer) {
- print "You have interval timers (both setitimer and
s
etitimer).\n";
+ print "You have interval timers (both setitimer and
g
etitimer).\n";
} else {
print "You do not have interval timers.\n";
}