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
view release on metacpan or search on metacpan
# $Id$
use strict;
use warnings;
use lib 'inc';
use My::Builder;
use Env '@PATH';
my $builder = My::Builder->new(
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
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_install_commands" => [
"make install"
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::Lightbox',
'license' => 'perl',
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 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
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
# -*- 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
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
view release on metacpan or search on metacpan
#!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
view release on metacpan or search on metacpan
#!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
view release on metacpan or search on metacpan
# 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
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::Prototype::Carousel',
'license' => 'perl',
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::Prototype::Window',
'license' => 'perl',
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::Prototype',
'license' => 'perl',
view all matches for this distribution
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