Skip to content

Commit

Permalink
Updated meta resources with github info
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Aug 6, 2011
1 parent c0c2d02 commit ca36bea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ my $builder = Module::Build::WithXSpp->new(
'ExtUtils::Typemap::Basic' => '0.04',
},
extra_compiler_flags => [ Alien::Box2D->config('cflags') ],
extra_linker_flags => [ Alien::Box2D->config('libs') ]
extra_linker_flags => [ Alien::Box2D->config('libs') ],
meta_merge => {
resources => {
bugtracker => 'https://github.com/PerlGameDev/Box2D-perl/issues',
repository => 'https://github.com/PerlGameDev/Box2D-perl'
}
},
);

# early_includes will be included right before perl.h in main.xs
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Box2D

0.05
Updated meta resources with github info [jtpalmer]

0.04 26/07/2011
Added pendulum example [jtpalmer, zpmorgan]
Added breakable example [jtpalmer]
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ perldoc command.

You can also look for information at:

RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Box2D
GitHub Issues
https://github.com/PerlGameDev/Box2D-perl/issues

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Box2D
Expand Down

0 comments on commit ca36bea

Please sign in to comment.