In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f4fec26b83a246103a7726622490f9dfee02acb4?hp=7e6cce22199c1b7a419570ba34f81ef4076f456a>
- Log ----------------------------------------------------------------- commit f4fec26b83a246103a7726622490f9dfee02acb4 Author: Nicholas Clark <[email protected]> Date: Sat Jun 13 19:29:58 2009 +0100 Correct the NAME in the Pod of ExtUtils::Constant::XS. (cherry picked from commit 439578a8cd045dc1dd600d7f556990d47292da14) ----------------------------------------------------------------------- Summary of changes: lib/ExtUtils/Constant/XS.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- Perl5 Master Repository
