Alien-Box2D

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Build and make available Box2D library - L<http://box2d.org/>",
   "author" : [
      "FROGGS <froggs@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4218",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Build and make available Box2D library - L<http://box2d.org/>'
author:
  - 'FROGGS <froggs@cpan.org>'
build_requires:
  Archive::Extract: '0'
  Archive::Zip: '0'
  Digest::SHA: '0'
  ExtUtils::CppGuess: '0'
  ExtUtils::Liblist: '0'
  File::Copy: '0'
  File::Fetch: '0'

README  view on Meta::CPAN

NAME
    Alien::Box2D - Build and make available Box2D library -
    <http://box2d.org/>

VERSION
    Version 0.106

SYNOPSIS
    You can use Alien::Box2D in your module that needs to link with *Box2D*
    library like this:

        # Sample Build.pl
        use Module::Build;

lib/Alien/Box2D.pm  view on Meta::CPAN

use strict;
use warnings;
use Alien::Box2D::ConfigData;
use File::ShareDir qw(dist_dir);
use File::Spec;
use File::Find;
use File::Spec::Functions qw(catdir catfile rel2abs);

=head1 NAME

Alien::Box2D - Build and make available Box2D library - L<http://box2d.org/>

=head1 VERSION

Version 0.106

=cut

our $VERSION = '0.106';
$VERSION = eval $VERSION;



( run in 0.783 second using v1.01-cache-2.11-cpan-df04353d9ac )