File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
dist/ExtUtils-ParseXS/lib Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ use Symbol;
64
64
65
65
our $VERSION ;
66
66
BEGIN {
67
- $VERSION = ' 3.59 ' ;
67
+ $VERSION = ' 3.60 ' ;
68
68
require ExtUtils::ParseXS::Constants; ExtUtils::ParseXS::Constants-> VERSION($VERSION );
69
69
require ExtUtils::ParseXS::CountLines; ExtUtils::ParseXS::CountLines-> VERSION($VERSION );
70
70
require ExtUtils::ParseXS::Node; ExtUtils::ParseXS::Node-> VERSION($VERSION );
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
3
3
use warnings;
4
4
use Symbol;
5
5
6
- our $VERSION = ' 3.59 ' ;
6
+ our $VERSION = ' 3.60 ' ;
7
7
8
8
=head1 NAME
9
9
Original file line number Diff line number Diff line change 1
1
package ExtUtils::ParseXS::CountLines ;
2
2
use strict;
3
3
4
- our $VERSION = ' 3.59 ' ;
4
+ our $VERSION = ' 3.60 ' ;
5
5
6
6
our $SECTION_END_MARKER ;
7
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Eval;
2
2
use strict;
3
3
use warnings;
4
4
5
- our $VERSION = ' 3.59 ' ;
5
+ our $VERSION = ' 3.60 ' ;
6
6
7
7
=head1 NAME
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Node;
2
2
use strict;
3
3
use warnings;
4
4
5
- our $VERSION = ' 3.59 ' ;
5
+ our $VERSION = ' 3.60 ' ;
6
6
7
7
=head1 NAME
8
8
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Exporter;
5
5
use File::Spec;
6
6
use ExtUtils::ParseXS::Constants ();
7
7
8
- our $VERSION = ' 3.59 ' ;
8
+ our $VERSION = ' 3.60 ' ;
9
9
10
10
our (@ISA , @EXPORT_OK );
11
11
@ISA = qw( Exporter) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
2
2
use 5.006001;
3
3
use strict;
4
4
use warnings;
5
- our $VERSION = ' 3.59 ' ;
5
+ our $VERSION = ' 3.60 ' ;
6
6
7
7
require ExtUtils::ParseXS;
8
8
require ExtUtils::ParseXS::Constants;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
2
2
use 5.006001;
3
3
use strict;
4
4
use warnings;
5
- our $VERSION = ' 3.59 ' ;
5
+ our $VERSION = ' 3.60 ' ;
6
6
7
7
use ExtUtils::Typemaps;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
2
2
use 5.006001;
3
3
use strict;
4
4
use warnings;
5
- our $VERSION = ' 3.59 ' ;
5
+ our $VERSION = ' 3.60 ' ;
6
6
7
7
=head1 NAME
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
2
2
use 5.006001;
3
3
use strict;
4
4
use warnings;
5
- our $VERSION = ' 3.59 ' ;
5
+ our $VERSION = ' 3.60 ' ;
6
6
7
7
=head1 NAME
8
8
You can’t perform that action at this time.
0 commit comments