Result:
found more than 422 distributions - search limited to the first 2001 files matching your query ( run in 0.738 )


Alien-GvaScript

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use lib '.';
use GvaScript_Builder;

my $builder = GvaScript_Builder->new(
    module_name         => 'Alien::GvaScript',
    license             => 'perl',

 view all matches for this distribution


Alien-HIDAPI

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN


  Change: 7da14e019b4dee853c2b6a7cc8d92d4ee2c5932e
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2021-11-16 07:39:51 +0000

    alienfile: use libusb HIDAPI instead of unmaintained signal11 repo

    Latter hasn't seen an update since 2016, while former is actively
    maintained and has e.g. a fix for newer autoconf versions. 

  Change: 229b83457fd4a74b23319e2677fe1799c8a25304

 view all matches for this distribution


Alien-Hunspell

 view release on metacpan or  search on metacpan

t/alien_hunspell.t  view on Meta::CPAN

use Test2::V0 -no_srand => 1;
use Test::Alien::CPP;
use Alien::Hunspell;
use lib 't/lib';
use Test2::Require::Dev;

alien_ok 'Alien::Hunspell';

subtest 'xs' => sub {

 view all matches for this distribution


Alien-Hush

 view release on metacpan or  search on metacpan

t/00-sanity.t  view on Meta::CPAN


use strict;
use warnings;
use Config;
use Test::More;
use lib 'inc';

use_ok( 'Alien::Hush' );

my $hush_version= $Alien::Hush::HUSH_VERSION;
my $arch        = $Config{archname};

 view all matches for this distribution


Alien-IE7

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use lib qw(inc lib);
use MY::Build;

MY::Build->new(
    'module_name'       => 'Alien::IE7',
    'license'           => 'perl',

 view all matches for this distribution


Alien-IUP

 view release on metacpan or  search on metacpan

inc/My/Builder.pm  view on Meta::CPAN


use strict;
use warnings;
use base 'Module::Build';

use lib "inc";
use File::Spec::Functions qw(catfile rel2abs);
use ExtUtils::Command;
use LWP::Simple qw(getstore head);
use File::Find;
use File::Glob qw(bsd_glob);

 view all matches for this distribution


Alien-Iconv

 view release on metacpan or  search on metacpan

inc/Devel/CheckLib.pm  view on Meta::CPAN

library and its headers are available.

=head1 SYNOPSIS

    # in a Makefile.PL or Build.PL
    use lib qw(inc);
    use Devel::CheckLib;

    check_lib_or_exit( lib => 'jpeg', header => 'jpeglib.h' );
    check_lib_or_exit( lib => [ 'iconv', 'jpeg' ] );
  

 view all matches for this distribution


Alien-InteractiveBrokers

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use 5.006;
use strict;
use warnings;
use lib qw( inc lib );
use MY::Build;

MY::Build->new(
    'module_name'       => 'Alien::InteractiveBrokers',
    'license'           => 'perl',

 view all matches for this distribution


Alien-Judy

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

#!perl -w
use strict;
use 5.005;
use lib qw( inc lib );

use My::Judy::Builder;
use Alien::Judy ();
use ExtUtils::Liblist;
use Config ();

 view all matches for this distribution


Alien-Leptonica

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Alien v0.023.
use strict;
use warnings;

use Module::Build 0.28;
use lib qw{inc}; use Alien::Base::ModuleBuild;

my %module_build_args = (
  "alien_build_commands" => [
    "%c --prefix=%s --disable-programs",
    "make"

 view all matches for this distribution


Alien-LibGumbo

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;

use Module::Build 0.3601;
use lib qw{inc}; use Alien::Base::ModuleBuild;

my %module_build_args = (
  "alien_name" => "gumbo",
  "alien_repository" => {
    "host" => "",

 view all matches for this distribution


Alien-LibJIT

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN


use strict;
use warnings;

use Module::Build 0.3601;
use lib qw{inc}; use Module::Build::AlienLibJIT;

my %module_build_args = (
  "build_requires" => {
    "Module::Build" => "0.3601"
  },

 view all matches for this distribution


Alien-Libarchive-Installer

 view release on metacpan or  search on metacpan

lib/Alien/Libarchive/Installer.pm  view on Meta::CPAN

either be provided by the system, or have just been built
using L<build_install|Alien::Libarchive::Installer#build_install>.

=head2 cflags

The compiler flags required to use libarchive.

=head2 libs

The linker flags and libraries required to use libarchive.

=head2 dlls

List of DLL or .so (or other dynamic library) files that can
be used by L<FFI::Raw> or similar.

 view all matches for this distribution


Alien-Libarchive

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.006.
use strict;
use warnings;

use Module::Build 0.3601;
use lib qw{inc}; use My::ModuleBuild;

my %module_build_args = (
  "build_requires" => {
    "Alien::Libarchive::Installer" => "0.15",
    "Alien::bz2::Installer" => "0.03",

 view all matches for this distribution


Alien-Libjio

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# $Id$

use strict;
use warnings;

use lib 'inc';
use My::Builder;

use Env '@PATH';

my $builder = My::Builder->new(

Build.PL  view on Meta::CPAN


  add_to_cleanup => [ 'Alien-Libjio-*' ],
);

# Use Alien::Libjio to see if it's already installed
use lib 'lib';
use Alien::Libjio;

my $jio = Alien::Libjio->new();

unless ($jio->installed) {

 view all matches for this distribution


Alien-Libmcrypt

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Alien v0.023.
use strict;
use warnings;

use Module::Build 0.28;
use lib qw{inc}; use Alien::Base::ModuleBuild;

my %module_build_args = (
  "alien_inline_auto_include" => [],
  "alien_install_commands" => [
    "make install"

 view all matches for this distribution


Alien-Lightbox

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use lib qw(inc lib);
use MY::Build;

MY::Build->new(
    'module_name'       => 'Alien::Lightbox',
    'license'           => 'perl',

 view all matches for this distribution


Alien-MeCab

 view release on metacpan or  search on metacpan

inc/Devel/CheckLib.pm  view on Meta::CPAN

library and its headers are available.

=head1 SYNOPSIS

    # in a Makefile.PL or Build.PL
    use lib qw(inc);
    use Devel::CheckLib;

    check_lib_or_exit( lib => 'jpeg', header => 'jpeglib.h' );
    check_lib_or_exit( lib => [ 'iconv', 'jpeg' ] );
  

 view all matches for this distribution


Alien-NSS

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use IPC::Cmd qw/can_run/;
use Carp;

use Sort::Versions; # This is a requirement of Alien::Base, hence we can also use it

use lib 'inc';
use Alien::NSS::ModuleBuild;

my $make;

`gmake --version 2>&1`;

 view all matches for this distribution


Alien-OTR

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Alien v0.023.
use strict;
use warnings;

use Module::Build 0.28;
use lib qw{inc}; use Alien::Base::ModuleBuild;

my %module_build_args = (
  "alien_build_commands" => [
    "%p../../inc/configure.pl --with-pic --prefix=%s"
  ],

 view all matches for this distribution


Alien-OpenMP

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

# -*- mode: perl -*-
use alienfile;
use lib q{lib};
use Alien::OpenMP::configure;
no lib q{lib};

configure {
  if ($^O eq 'darwin') {

 view all matches for this distribution


Alien-PNG

 view release on metacpan or  search on metacpan

inc/My/Builder.pm  view on Meta::CPAN


use strict;
use warnings;
use base 'Module::Build';

use lib "inc";
use My::Utility qw(find_PNG_dir find_file sed_inplace);
use File::Spec::Functions qw(catdir catfile splitpath catpath rel2abs abs2rel);
use File::Path qw(make_path remove_tree);
use File::Copy qw(cp);
use File::Fetch;

 view all matches for this distribution


Alien-Plotly-Kaleido

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

#!perl

use 5.010;
use alienfile;

use lib 'util';
use MyInstallUtil;

use Config;

# We download from plotly-orca's github repo releases.

 view all matches for this distribution


Alien-Plotly-Orca

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

#!perl
use alienfile;

use lib 'util';
use MyInstallUtil;

# For Windows and OSX we download from Anaconda repo instead as plotly-orca's
# github releases page. This is because latter's Windows and OSX downloads
# still needs installation.

 view all matches for this distribution


Alien-ProtoBuf

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.012.
use strict;
use warnings;

use Module::Build 0.28;
use lib qw{inc}; use AP::Build;

my %module_build_args = (
  "build_requires" => {
    "Module::Build" => "0.28"
  },

 view all matches for this distribution


Alien-Prototype-Carousel

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use lib qw(inc lib);
use MY::Build;

MY::Build->new(
    'module_name'       => 'Alien::Prototype::Carousel',
    'license'           => 'perl',

 view all matches for this distribution


Alien-Prototype-Window

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use lib qw(inc lib);
use MY::Build;

MY::Build->new(
    'module_name'       => 'Alien::Prototype::Window',
    'license'           => 'perl',

 view all matches for this distribution


Alien-Prototype

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use lib qw(inc lib);
use MY::Build;

MY::Build->new(
    'module_name'       => 'Alien::Prototype',
    'license'           => 'perl',

 view all matches for this distribution


Alien-QtSmoke

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

#!/usr/bin/perl

use strict;
use warnings;

use lib 'lib';
use Alien::QtSmoke;
use Cwd;
use File::Fetch;
use File::Path;
use File::Spec;

 view all matches for this distribution


( run in 0.738 second using v1.01-cache-2.11-cpan-39bf76dae61 )