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;
6464
6565our $VERSION ;
6666BEGIN {
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 );
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44use Symbol;
55
6- our $VERSION = ' 3.58 ' ;
6+ our $VERSION = ' 3.59 ' ;
77
88=head1 NAME
99
Original file line number Diff line number Diff line change 11package ExtUtils::ParseXS::CountLines ;
22use strict;
33
4- our $VERSION = ' 3.58 ' ;
4+ our $VERSION = ' 3.59 ' ;
55
66our $SECTION_END_MARKER ;
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Eval;
22use strict;
33use warnings;
44
5- our $VERSION = ' 3.58 ' ;
5+ our $VERSION = ' 3.59 ' ;
66
77=head1 NAME
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Node;
22use strict;
33use warnings;
44
5- our $VERSION = ' 3.58 ' ;
5+ our $VERSION = ' 3.59 ' ;
66
77=head1 NAME
88
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Exporter;
55use File::Spec;
66use ExtUtils::ParseXS::Constants ();
77
8- our $VERSION = ' 3.58 ' ;
8+ our $VERSION = ' 3.59 ' ;
99
1010our (@ISA , @EXPORT_OK );
1111@ISA = qw( Exporter) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
22use 5.006001;
33use strict;
44use warnings;
5- our $VERSION = ' 3.58 ' ;
5+ our $VERSION = ' 3.59 ' ;
66
77require ExtUtils::ParseXS;
88require ExtUtils::ParseXS::Constants;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
22use 5.006001;
33use strict;
44use warnings;
5- our $VERSION = ' 3.58 ' ;
5+ our $VERSION = ' 3.59 ' ;
66
77use ExtUtils::Typemaps;
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
22use 5.006001;
33use strict;
44use warnings;
5- our $VERSION = ' 3.58 ' ;
5+ our $VERSION = ' 3.59 ' ;
66
77=head1 NAME
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
22use 5.006001;
33use strict;
44use warnings;
5- our $VERSION = ' 3.58 ' ;
5+ our $VERSION = ' 3.59 ' ;
66
77=head1 NAME
88
You can’t perform that action at this time.
0 commit comments