mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
ParseXS: bump version
This commit is contained in:
parent
1744f58596
commit
869f245507
@ -59,7 +59,7 @@ use Symbol;
|
||||
|
||||
our $VERSION;
|
||||
BEGIN {
|
||||
$VERSION = '3.53';
|
||||
$VERSION = '3.54';
|
||||
require ExtUtils::ParseXS::Constants; ExtUtils::ParseXS::Constants->VERSION($VERSION);
|
||||
require ExtUtils::ParseXS::CountLines; ExtUtils::ParseXS::CountLines->VERSION($VERSION);
|
||||
require ExtUtils::ParseXS::Utilities; ExtUtils::ParseXS::Utilities->VERSION($VERSION);
|
||||
|
||||
@ -3,7 +3,7 @@ use strict;
|
||||
use warnings;
|
||||
use Symbol;
|
||||
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
package ExtUtils::ParseXS::CountLines;
|
||||
use strict;
|
||||
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
our $SECTION_END_MARKER;
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Eval;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ use Exporter;
|
||||
use File::Spec;
|
||||
use ExtUtils::ParseXS::Constants ();
|
||||
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
our (@ISA, @EXPORT_OK);
|
||||
@ISA = qw(Exporter);
|
||||
|
||||
@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
|
||||
use 5.006001;
|
||||
use strict;
|
||||
use warnings;
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
require ExtUtils::ParseXS;
|
||||
require ExtUtils::ParseXS::Constants;
|
||||
|
||||
@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
|
||||
use 5.006001;
|
||||
use strict;
|
||||
use warnings;
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
use ExtUtils::Typemaps;
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
|
||||
use 5.006001;
|
||||
use strict;
|
||||
use warnings;
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
|
||||
use 5.006001;
|
||||
use strict;
|
||||
use warnings;
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
require ExtUtils::Typemaps;
|
||||
|
||||
our $VERSION = '3.53';
|
||||
our $VERSION = '3.54';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
2
dist/ExtUtils-ParseXS/lib/perlxs.pod
vendored
2
dist/ExtUtils-ParseXS/lib/perlxs.pod
vendored
@ -2209,7 +2209,7 @@ this model, the less likely conflicts will occur.
|
||||
=head1 XS VERSION
|
||||
|
||||
This document covers features supported by C<ExtUtils::ParseXS>
|
||||
(also known as C<xsubpp>) 3.53
|
||||
(also known as C<xsubpp>) 3.54.
|
||||
|
||||
=head1 AUTHOR DIAGNOSTICS
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user