File tree Expand file tree Collapse file tree 12 files changed +30
-12
lines changed Expand file tree Collapse file tree 12 files changed +30
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Symbol;
11
11
12
12
our $VERSION ;
13
13
BEGIN {
14
- $VERSION = ' 3.47 ' ;
14
+ $VERSION = ' 3.48 ' ;
15
15
require ExtUtils::ParseXS::Constants; ExtUtils::ParseXS::Constants-> VERSION($VERSION );
16
16
require ExtUtils::ParseXS::CountLines; ExtUtils::ParseXS::CountLines-> VERSION($VERSION );
17
17
require ExtUtils::ParseXS::Utilities; ExtUtils::ParseXS::Utilities-> 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.47 ' ;
6
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
4
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
5
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
8
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
5
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
5
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
5
+ our $VERSION = ' 3.48 ' ;
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.47 ' ;
5
+ our $VERSION = ' 3.48 ' ;
6
6
7
7
=head1 NAME
8
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
4
4
use warnings;
5
5
require ExtUtils::Typemaps;
6
6
7
- our $VERSION = ' 3.47 ' ;
7
+ our $VERSION = ' 3.48 ' ;
8
8
9
9
=head1 NAME
10
10
You can’t perform that action at this time.
0 commit comments