view release on metacpan or search on metacpan
t/alien_build_plugin_download_git.t view on Meta::CPAN
use Test2::V0 -no_srand => 1;
use Test::Alien::Build;
use Alien::Build::Plugin::Download::Git;
use Capture::Tiny qw( capture_merged );
use Path::Tiny qw( path );
use lib 't/lib';
use Repo;
skip_all 'Test requires Sort::Versions'
unless eval { require Sort::Versions; 1 };
view all matches for this distribution
view release on metacpan or search on metacpan
t/alien_build_mb.t view on Meta::CPAN
use Test2::V0 -no_srand => 1;
use Alien::Build::MB;
use File::Temp qw( tempdir );
use Path::Tiny qw( path );
use File::chdir;
use lib 'corpus/lib';
use Data::Dumper;
use Capture::Tiny qw( capture_merged );
delete $ENV{$_} for qw( ALIEN_BUILD_PRELOAD ALIEN_BUILD_POSTLOAD ALIEN_INSTALL_TYPE );
$ENV{ALIEN_BUILD_RC} = '-';
view all matches for this distribution
view release on metacpan or search on metacpan
t/alien_base.t view on Meta::CPAN
use 5.008004;
use Test2::V0 -no_srand => 1;
use lib 'corpus/lib';
use Env qw( @PKG_CONFIG_PATH );
use File::Glob qw( bsd_glob );
use File::chdir;
use Path::Tiny qw( path );
use FFI::CheckLib;
view all matches for this distribution
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_CMake_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::Copy::Recursive qw(dircopy);
view all matches for this distribution
view release on metacpan or search on metacpan
examples/csfml.pl view on Meta::CPAN
#use lib '../../blib';
use strict;
use warnings;
$|++;
{
use Alien::CSFML;
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
use My::ModuleBuild;
use Config;
my $cflags = '';
my $libs
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Build/Alien/CodePress.pm view on Meta::CPAN
use English qw( -no_match_vars );
use FindBin qw($Bin);
use File::Path qw(mkpath);
use File::Copy qw(copy);
use File::Spec;
use lib File::Spec->catfile($Bin, 'lib');
use Alien::CodePress::Archive;
my $CODEPRESS_TARGET = 'blib/lib/Alien/CodePress/';
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use strict;
use warnings;
use lib './lib';
use Alien::DBD::SQLite::BundledExtensions;
use Alien::Base::ModuleBuild;
my $builder = Alien::Base::ModuleBuild->new(
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use lib q(.);
use ElectronModuleBuild;
my $build = ElectronModuleBuild->new(
module_name => 'Alien::Electron',
dist_abstract => 'Download and install the electron GUI framework',
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
use My::ModuleBuild;
my $builder = My::ModuleBuild->new(
module_name => 'Alien::FFCall',
dist_abstract => 'Build and install libffcall',
view all matches for this distribution
view release on metacpan or search on metacpan
examples/opengl.pl view on Meta::CPAN
use lib '../../blib';
$|++;
use Alien::FLTK;
use ExtUtils::CBuilder;
my $AF = Alien::FLTK->new();
my $CC = ExtUtils::CBuilder->new();
view all matches for this distribution
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 File::Path qw();
use File::ShareDir;
use Config;
view all matches for this distribution
view release on metacpan or search on metacpan
# 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
view release on metacpan or search on metacpan
# 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_name" => "GHTTP",
"alien_repository" => {
view all matches for this distribution
view release on metacpan or search on metacpan
# 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" => [
"%pconfigure --with-pic --prefix=%s"
],
view all matches for this distribution
view release on metacpan or search on metacpan
t/version.t view on Meta::CPAN
use Test2::V0;
use Test::Alien;
use Alien::Graphene;
use lib 't/lib';
subtest "Check flags" => sub {
alien_ok 'Alien::Graphene';
my $xs = do { local $/; <DATA> };
view all matches for this distribution
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
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
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
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
view release on metacpan or search on metacpan
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
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
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
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
#!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
view release on metacpan or search on metacpan
# 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
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
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
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
view release on metacpan or search on metacpan
# 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