Skip to content

Commit 7523757

Browse files
committed
Log changes and release 0.106
1 parent 75cfad8 commit 7523757

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Version history for Perl module Alien::Box2D
22

3+
0.106 14/04/2018
4+
- Fixed libBox2D download url [FROGGS]
5+
- Fixed detection of cl in tests [FROGGS]
6+
37
0.105 20/01/2012
48
- another fix for -fpic (can be "-DPIC -fPIC") [FROGGS]
59

Diff for: MANIFEST.SKIP

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ deps
2020
\.exe$
2121
\.pdb$
2222

23+
^MYMETA\.json$

Diff for: README

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NAME
33
<http://box2d.org/>
44

55
VERSION
6-
Version 0.105
6+
Version 0.106
77

88
SYNOPSIS
99
You can use Alien::Box2D in your module that needs to link with *Box2D*

Diff for: lib/Alien/Box2D.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Alien::Box2D - Build and make available Box2D library - L<http://box2d.org/>
1313
1414
=head1 VERSION
1515
16-
Version 0.105
16+
Version 0.106
1717
1818
=cut
1919

20-
our $VERSION = '0.105';
20+
our $VERSION = '0.106';
2121
$VERSION = eval $VERSION;
2222

2323
=head1 SYNOPSIS

0 commit comments

Comments
 (0)