Alien-Capstone

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    },
    alien_build_commands => [
        '%{gmake} clean all PREFIX=%s',
        '%{gmake} check PREFIX=%s',
    ],
    alien_install_commands => [
        '%{gmake} install PREFIX=%s',
    ],
    meta_merge => {
        resources => {
            repository => 'https://github.com/selectiveintellect/p5-alien-capstone',
            bugtracker => 'https://github.com/selectiveintellect/p5-alien-capstone/issues',
        },
    },
);

$build->create_build_script;
$build->dispatch('distmeta');
$build->dispatch('manifest');
$build->dispatch('build');

__END__

LICENSE  view on Meta::CPAN

This software is Copyright (c) 2016 by Selective Intellect LLC <github@selectiveintellect.com>

This is free software, licensed under:

  The MIT (X11) License

The MIT License

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software

META.json  view on Meta::CPAN

   },
   "provides" : {
      "Alien::Capstone" : {
         "file" : "lib/Alien/Capstone.pm",
         "version" : "0.07"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/selectiveintellect/p5-alien-capstone/issues"
      },
      "license" : [
         "http://www.opensource.org/licenses/mit-license.php"
      ],
      "repository" : {
         "url" : "https://github.com/selectiveintellect/p5-alien-capstone"
      }
   },
   "version" : "0.07"
}

META.yml  view on Meta::CPAN

  version: '1.4'
name: Alien-Capstone
provides:
  Alien::Capstone:
    file: lib/Alien/Capstone.pm
    version: '0.07'
requires:
  Alien::Base: '0.029'
  File::ShareDir: '1.00'
resources:
  bugtracker: https://github.com/selectiveintellect/p5-alien-capstone/issues
  license: http://www.opensource.org/licenses/mit-license.php
  repository: https://github.com/selectiveintellect/p5-alien-capstone
version: '0.07'

README  view on Meta::CPAN

SEE ALSO

    Alien::Base

AUTHORS

    Vikas N Kumar <vikas@cpan.org>

REPOSITORY

    https://github.com/selectiveintellect/p5-alien-capstone.git

COPYRIGHT

    Copyright (C) 2016. Selective Intellect LLC
    <github@selectiveintellect.com>. All Rights Reserved.

LICENSE

    This is free software under the MIT license.

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

=item C<Alien::Base>

=back

=head1 AUTHORS

Vikas N Kumar <vikas@cpan.org>

=head1 REPOSITORY

L<https://github.com/selectiveintellect/p5-alien-capstone.git>

=head1 COPYRIGHT

Copyright (C) 2016. Selective Intellect LLC <github@selectiveintellect.com>. All Rights Reserved.

=head1 LICENSE

This is free software under the MIT license.



( run in 0.578 second using v1.01-cache-2.11-cpan-49f99fa48dc )