summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-06-13 19:29:58 +0100
committerNicholas Clark <nick@ccl4.org>2009-06-13 21:46:12 +0100
commit439578a8cd045dc1dd600d7f556990d47292da14 (patch)
treea4bd8b0b34327bbd7cdd94cee0509bb4a04bd88b /lib/ExtUtils
parent0ec35138181526e90fadf67d412593db519edc42 (diff)
downloadperl-439578a8cd045dc1dd600d7f556990d47292da14.tar.gz
Correct the NAME in the Pod of ExtUtils::Constant::XS.
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r--lib/ExtUtils/Constant/XS.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/Constant/XS.pm b/lib/ExtUtils/Constant/XS.pm
index 010dfbd48f..14eb809714 100644
--- a/lib/ExtUtils/Constant/XS.pm
+++ b/lib/ExtUtils/Constant/XS.pm
@@ -10,13 +10,13 @@ require ExtUtils::Constant::Base;
@ISA = qw(ExtUtils::Constant::Base Exporter);
@EXPORT_OK = qw(%XS_Constant %XS_TypeSet);
-$VERSION = '0.02';
+$VERSION = '0.03';
$is_perl56 = ($] < 5.007 && $] > 5.005_50);
=head1 NAME
-ExtUtils::Constant::Base - base class for ExtUtils::Constant objects
+ExtUtils::Constant::XS - generate C code for XS modules' constants.
=head1 SYNOPSIS