Skip to content

Commit 9915526

Browse files
committed
Bump $VERSION throughout dist/ExtUtils-ParseXS/lib
Build was gagging after mktables.lst.
1 parent 7ed6335 commit 9915526

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use Symbol;
55

6-
our $VERSION = '3.42';
6+
our $VERSION = '3.43';
77

88
=head1 NAME
99

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ExtUtils::ParseXS::CountLines;
22
use strict;
33

4-
our $VERSION = '3.42';
4+
our $VERSION = '3.43';
55

66
our $SECTION_END_MARKER;
77

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Eval;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '3.42';
5+
our $VERSION = '3.43';
66

77
=head1 NAME
88

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Exporter;
55
use File::Spec;
66
use ExtUtils::ParseXS::Constants ();
77

8-
our $VERSION = '3.42';
8+
our $VERSION = '3.43';
99

1010
our (@ISA, @EXPORT_OK);
1111
@ISA = qw(Exporter);

dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
22
use 5.006001;
33
use strict;
44
use warnings;
5-
our $VERSION = '3.38';
5+
our $VERSION = '3.43';
66

77
require ExtUtils::ParseXS;
88
require ExtUtils::ParseXS::Constants;

dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
22
use 5.006001;
33
use strict;
44
use warnings;
5-
our $VERSION = '3.38';
5+
our $VERSION = '3.43';
66

77
use ExtUtils::Typemaps;
88

dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
22
use 5.006001;
33
use strict;
44
use warnings;
5-
our $VERSION = '3.38';
5+
our $VERSION = '3.43';
66

77
=head1 NAME
88

dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
22
use 5.006001;
33
use strict;
44
use warnings;
5-
our $VERSION = '3.38';
5+
our $VERSION = '3.43';
66

77
=head1 NAME
88

dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
require ExtUtils::Typemaps;
66

7-
our $VERSION = '3.38';
7+
our $VERSION = '3.43';
88

99
=head1 NAME
1010

0 commit comments

Comments
 (0)