projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b743b
)
Small documentation fix to ExtUtils::Constant
author
Steve Peters
<steve@fisharerojo.org>
Fri, 12 Nov 2004 11:15:47 +0000
(
05:15
-0600)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 12 Nov 2004 20:26:17 +0000
(20:26 +0000)
Message-ID: <
20041112171547
.GA8011@kirk.dsl-verizon.net>
p4raw-id: //depot/perl@23495
lib/ExtUtils/Constant.pm
patch
|
blob
|
history
diff --git
a/lib/ExtUtils/Constant.pm
b/lib/ExtUtils/Constant.pm
index 9730d9107357058d092f475f9200e8d558ff944d..9bbebaa7f53242682688576c4ab66e415d96393a 100644
(file)
--- a/
lib/ExtUtils/Constant.pm
+++ b/
lib/ExtUtils/Constant.pm
@@
-32,7
+32,7
@@
Generally one only needs to call the C<WriteConstants> function, and then
in the C section of C<Foo.xs>
- INCLUDE const-xs.inc
+ INCLUDE
:
const-xs.inc
in the XS section of C<Foo.xs>.