File tree Expand file tree Collapse file tree 15 files changed +21
-13
lines changed Expand file tree Collapse file tree 15 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -527,6 +527,7 @@ sub _raw_address {
527
527
+ nort\100qnx.com
528
528
allens\100cpan.org easmith\100beatrice.rutgers.edu
529
529
+ root\100dogberry.rutgers.edu
530
+ ambs\100cpan.org hashashin\100gmail.com
530
531
andreas.koenig\100anima.de andreas.koenig.gmwojprw\100franz.ak.mind.de
531
532
+ andreas.koenig.7os6vvqr\100franz.ak.mind.de
532
533
+ a.koenig\100mind.de
Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension ExtUtils::CBuilder.
2
2
3
+ 0.280231 - 2019-03-31
4
+
5
+ Fixed:
6
+
7
+ - Protected RE interpolation in Base.pm
8
+
9
+
3
10
0.280230 - 2017-11-22
4
11
5
12
Fixed:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use Perl::OSType qw/os_type/;
7
7
8
8
use warnings;
9
9
use strict;
10
- our $VERSION = ' 0.280230 ' ; # VERSION
10
+ our $VERSION = ' 0.280231 ' ; # VERSION
11
11
our @ISA ;
12
12
13
13
# We only use this once - don't waste a symbol table entry on it.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use strict;
5
5
use ExtUtils::CBuilder::Base;
6
6
7
- our $VERSION = ' 0.280230 ' ; # VERSION
7
+ our $VERSION = ' 0.280231 ' ; # VERSION
8
8
our @ISA = qw( ExtUtils::CBuilder::Base) ;
9
9
10
10
sub link_executable {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use strict;
5
5
use ExtUtils::CBuilder::Base;
6
6
7
- our $VERSION = ' 0.280230 ' ; # VERSION
7
+ our $VERSION = ' 0.280231 ' ; # VERSION
8
8
our @ISA = qw( ExtUtils::CBuilder::Base) ;
9
9
10
10
use File::Spec::Functions qw( catfile catdir) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use File::Spec;
8
8
use ExtUtils::CBuilder::Base;
9
9
use IO::File;
10
10
11
- our $VERSION = ' 0.280230 ' ; # VERSION
11
+ our $VERSION = ' 0.280231 ' ; # VERSION
12
12
our @ISA = qw( ExtUtils::CBuilder::Base) ;
13
13
14
14
=begin comment
Original file line number Diff line number Diff line change 1
1
package ExtUtils::CBuilder::Platform::Windows::BCC ;
2
2
3
- our $VERSION = ' 0.280230 ' ; # VERSION
3
+ our $VERSION = ' 0.280231 ' ; # VERSION
4
4
5
5
use strict;
6
6
use warnings;
Original file line number Diff line number Diff line change 1
1
package ExtUtils::CBuilder::Platform::Windows::GCC ;
2
2
3
- our $VERSION = ' 0.280230 ' ; # VERSION
3
+ our $VERSION = ' 0.280231 ' ; # VERSION
4
4
5
5
use warnings;
6
6
use strict;
Original file line number Diff line number Diff line change 1
1
package ExtUtils::CBuilder::Platform::Windows::MSVC ;
2
2
3
- our $VERSION = ' 0.280230 ' ; # VERSION
3
+ our $VERSION = ' 0.280231 ' ; # VERSION
4
4
5
5
use warnings;
6
6
use strict;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use ExtUtils::CBuilder::Platform::Unix;
6
6
use File::Spec;
7
7
8
- our $VERSION = ' 0.280230 ' ; # VERSION
8
+ our $VERSION = ' 0.280231 ' ; # VERSION
9
9
our @ISA = qw( ExtUtils::CBuilder::Platform::Unix) ;
10
10
11
11
sub need_prelink { 1 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use File::Spec;
6
6
use ExtUtils::CBuilder::Platform::Unix;
7
7
use Config;
8
8
9
- our $VERSION = ' 0.280230 ' ; # VERSION
9
+ our $VERSION = ' 0.280231 ' ; # VERSION
10
10
our @ISA = qw( ExtUtils::CBuilder::Platform::Unix) ;
11
11
12
12
# The Android linker will not recognize symbols from
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use File::Spec;
6
6
use ExtUtils::CBuilder::Platform::Unix;
7
7
8
- our $VERSION = ' 0.280230 ' ; # VERSION
8
+ our $VERSION = ' 0.280231 ' ; # VERSION
9
9
our @ISA = qw( ExtUtils::CBuilder::Platform::Unix) ;
10
10
11
11
# TODO: If a specific exe_file name is requested, if the exe created
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use strict;
5
5
use ExtUtils::CBuilder::Platform::Unix;
6
6
7
- our $VERSION = ' 0.280230 ' ; # VERSION
7
+ our $VERSION = ' 0.280231 ' ; # VERSION
8
8
our @ISA = qw( ExtUtils::CBuilder::Platform::Unix) ;
9
9
10
10
sub compile {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use ExtUtils::CBuilder::Platform::Unix;
6
6
use File::Spec;
7
7
8
- our $VERSION = ' 0.280230 ' ; # VERSION
8
+ our $VERSION = ' 0.280231 ' ; # VERSION
9
9
our @ISA = qw( ExtUtils::CBuilder::Platform::Unix) ;
10
10
11
11
sub link_executable {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use strict;
5
5
use ExtUtils::CBuilder::Platform::Unix;
6
6
7
- our $VERSION = ' 0.280230 ' ; # VERSION
7
+ our $VERSION = ' 0.280231 ' ; # VERSION
8
8
our @ISA = qw( ExtUtils::CBuilder::Platform::Unix) ;
9
9
10
10
sub need_prelink { 1 }
You can’t perform that action at this time.
0 commit comments