File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ my $builder = Module::Build::WithXSpp->new(
1313 dist_version_from => ' lib/Box2D.pm' ,
1414 configure_requires => {
1515 ' Module::Build' => 0.38,
16- ' Alien::Box2D' => 0.103 ,
16+ ' Alien::Box2D' => 0.106 ,
1717 },
1818 build_requires => {
1919 ' Test::More' => 0,
Original file line number Diff line number Diff line change 11Revision history for Box2D
22
3+ 0.08 15/04/2018
4+ Adjust path to helper header file [FROGGS]
5+ Require newer Alien::Box2D [FROGGS]
6+
370.07 06/04/2012
48 Weaken tests due to precision (t/25-b2transform.t) [jtpalmer]
59
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44use strict;
55our @ISA = qw( Exporter) ;
66
7- our $VERSION = ' 0.07 ' ;
7+ our $VERSION = ' 0.08 ' ;
88
99require XSLoader;
1010XSLoader::load( ' Box2D' , $VERSION );
You can’t perform that action at this time.
0 commit comments