From: Nicholas Clark Date: Sat, 13 Jun 2009 18:29:58 +0000 (+0100) Subject: Correct the NAME in the Pod of ExtUtils::Constant::XS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=439578a8cd045dc1dd600d7f556990d47292da14;p=p5sagit%2Fp5-mst-13.2.git Correct the NAME in the Pod of ExtUtils::Constant::XS. --- diff --git a/lib/ExtUtils/Constant/XS.pm b/lib/ExtUtils/Constant/XS.pm index 010dfbd..14eb809 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