Skip to content

Commit 975d839

Browse files
committed
Bump ExtUtils::ParseXS to 3.59
1 parent 7c58ce3 commit 975d839

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ use Symbol;
6464

6565
our $VERSION;
6666
BEGIN {
67-
$VERSION = '3.58';
67+
$VERSION = '3.59';
6868
require ExtUtils::ParseXS::Constants; ExtUtils::ParseXS::Constants->VERSION($VERSION);
6969
require ExtUtils::ParseXS::CountLines; ExtUtils::ParseXS::CountLines->VERSION($VERSION);
7070
require ExtUtils::ParseXS::Node; ExtUtils::ParseXS::Node->VERSION($VERSION);

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.58';
6+
our $VERSION = '3.59';
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.58';
4+
our $VERSION = '3.59';
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.58';
5+
our $VERSION = '3.59';
66

77
=head1 NAME
88

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

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

5-
our $VERSION = '3.58';
5+
our $VERSION = '3.59';
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.58';
8+
our $VERSION = '3.59';
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.58';
5+
our $VERSION = '3.59';
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.58';
5+
our $VERSION = '3.59';
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.58';
5+
our $VERSION = '3.59';
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.58';
5+
our $VERSION = '3.59';
66

77
=head1 NAME
88

0 commit comments

Comments
 (0)