While using ExtUtils::Constant, I ran into some issues including the created file into the XS. After checking a couple other XS-based modules, I found that the issue was the documentation. Included here is the patch to fix the documentation.
--- /home/steve/perl-current/lib/ExtUtils/Constant.pm 2002-08-29 08:33:01.000000000 -0500 +++ ./ExtUtils/Constant.pm 2004-11-12 11:09:49.000000000 -0600 @@ -32,7 +32,7 @@ in the C section of C<Foo.xs> - INCLUDE const-xs.inc + INCLUDE: const-xs.inc in the XS section of C<Foo.xs>. Steve Peters [EMAIL PROTECTED]
