Alien-LuaJIT

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

 
my $builder = Alien::Base::ModuleBuild->new(
  module_name => 'Alien::LuaJIT',
  license => 'perl',
  configure_requires => {
    'Alien::Base' => '0.003',
    'Module::Build' => 0.38,
  },
  requires => {
    'perl' => '5.14.0',
    'parent' => '0',
    'Alien::Base' => 0,
  },
  dist_author => 'Steffen Mueller <smueller@cpan.org>',
  alien_name => 'luajit',
  alien_repository => {
    protocol => 'local',
    location => 'inc',
    pattern  => qr/^LuaJIT-(\d[\d\.]*)\.tar\.gz$/,
  },
  alien_build_commands => [

META.json  view on Meta::CPAN

      "configure" : {
         "requires" : {
            "Alien::Base" : "0.003",
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0",
            "File::ShareDir" : "1.00",
            "parent" : "0",
            "perl" : "v5.14.0"
         }
      }
   },
   "provides" : {
      "Alien::LuaJIT" : {
         "file" : "lib/Alien/LuaJIT.pm",
         "version" : "v2.0.2.1"
      }
   },

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Alien-LuaJIT
provides:
  Alien::LuaJIT:
    file: lib/Alien/LuaJIT.pm
    version: v2.0.2.1
requires:
  Alien::Base: 0
  File::ShareDir: 1.00
  parent: 0
  perl: v5.14.0
resources:
  license: http://dev.perl.org/licenses/
version: v2.0.2.1

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

package Alien::LuaJIT;
use 5.14.0;
use warnings;

our $VERSION = '2.0.2.1';
use parent 'Alien::Base';

1;
__END__

=head1 NAME

Alien::LuaJIT - Alien module for asserting a luajit is available

=head1 SYNOPSIS



( run in 0.498 second using v1.01-cache-2.11-cpan-4d50c553e7e )