Skip to content

Commit a25d7c6

Browse files
committed
v2.38
- Fixed a bug the can cause an array dereference error in pkg-config command line plugin on MSYS2 / MinGW environment (gh#243) - Changed the auto-generated module name for Test::Alien, in a way that works around a probable bug / issue with ExtUtils::CBuilder (gh#243)
1 parent 03b102d commit a25d7c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Revision history for {{$dist->name}}
22

33
{{$NEXT}}
44

5+
2.38 2021-01-11 14:35:54 -0700
6+
- Fixed a bug the can cause an array dereference error in pkg-config command line
7+
plugin on MSYS2 / MinGW environment (gh#243)
8+
- Changed the auto-generated module name for Test::Alien, in a way that works
9+
around a probable bug / issue with ExtUtils::CBuilder (gh#243)
10+
511
2.37 2020-11-02 09:09:13 -0700
612
- Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239)
713

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Alien::Build [![Build Status](https://api.cirrus-ci.com/github/PerlAlien/Alien-Build.svg)](https://cirrus-ci.com/github/PerlAlien/Alien-Build) [![Build Status](https://api.travis-ci.com/PerlAlien/Alien-Build.svg?branch=master)](https://travis-ci.com/github/PerlAlien/Alien-Build) ![windows](https://github.com/PerlAlien/Alien-Build/workflows/windows/badge.svg) ![macos](https://github.com/PerlAlien/Alien-Build/workflows/macos/badge.svg)
1+
# Alien::Build [![Build Status](https://api.cirrus-ci.com/github/PerlAlien/Alien-Build.svg)](https://cirrus-ci.com/github/PerlAlien/Alien-Build) [![Build Status](https://api.travis-ci.com/PerlAlien/Alien-Build.svg?branch=main)](https://travis-ci.com/github/PerlAlien/Alien-Build) ![windows](https://github.com/PerlAlien/Alien-Build/workflows/windows/badge.svg) ![macos](https://github.com/PerlAlien/Alien-Build/workflows/macos/badge.svg)
22

33
Build external dependencies for use in CPAN
44

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author = Joel Berger <[email protected]>
44
license = Perl_5
55
copyright_holder = Graham Ollis
66
copyright_year = 2011-2020
7-
version = 2.37
7+
version = 2.38
88

99
[@Author::Plicease]
1010
:version = 2.58

0 commit comments

Comments
 (0)