This is necessary for a CPAN release that fixes a versioning problem in
version 3.09 (CPAN RT #73555).
No functional changes.
Revision history for Perl extension ExtUtils::ParseXS.
-3.09 - Thu Dec 28 18:48:00 CET 2011
+3.11 - Thu Dec 29 17:55:00 CET 2011
+ - Version/distribution fixes.
+
+3.09 - Wed Dec 28 18:48:00 CET 2011
- Escape double quotes of file names/commands in #line directives.
3.08 - Mon Dec 19 18:03:00 CET 2011
our $VERSION;
BEGIN {
- $VERSION = '3.09';
+ $VERSION = '3.11';
}
use ExtUtils::ParseXS::Constants $VERSION;
use ExtUtils::ParseXS::CountLines $VERSION;
use warnings;
use Symbol;
-our $VERSION = '3.08';
+our $VERSION = '3.11';
=head1 NAME
package ExtUtils::ParseXS::CountLines;
use strict;
-our $VERSION = '3.09';
+our $VERSION = '3.11';
our $SECTION_END_MARKER;
use lib qw( lib );
use ExtUtils::ParseXS::Constants ();
-our $VERSION = '3.09';
+our $VERSION = '3.11';
our (@ISA, @EXPORT_OK);
@ISA = qw(Exporter);