From: Steve Peters <steve@fisharerojo.org>
Date: Fri, 12 Nov 2004 11:15:47 +0000 (-0600)
Subject: Small documentation fix to ExtUtils::Constant
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac7de224d1cdf1bc265fb1a3311a78c903d66ee7;p=p5sagit%2Fp5-mst-13.2.git

Small documentation fix to ExtUtils::Constant
Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>

p4raw-id: //depot/perl@23495
---

diff --git a/lib/ExtUtils/Constant.pm b/lib/ExtUtils/Constant.pm
index 9730d91..9bbebaa 100644
--- 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>.