view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
# if OS is... class is...
my $class = $^O =~ /MSWin/ ? 'My::Build::Windows'
: $^O =~ /Cygwin/ ? 'My::Build::Cygwin'
: $^O =~ /darwin/ ? 'My::Build::MacOSX'
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
# if OS is... class is...
my $class = $^O =~ /MSWin/ ? 'My::Build::Windows'
: $^O =~ /Cygwin/ ? 'My::Build::Cygwin'
: $^O =~ /darwin/ ? 'My::Build::MacOSX'
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use lib 'inc';
use Alien::UnRTF::ModuleBuild;
my $builder = Alien::UnRTF::ModuleBuild->new(
module_name => 'Alien::UnRTF',
dist_abstract => 'Build and make available the unrtf tool',
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::Uninum::ModuleBuild;
my %module_build_args = (
"alien_build_commands" => [
"%x -I../../inc -MAlien::Uninum::ModuleBuild -e alien_patch",
"%pconfigure --prefix=%s",
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build/Base.pm view on Meta::CPAN
}
sub _startperl { shift()->config('startperl') }
# Return any directories in @INC which are not in the default @INC for
# this perl. For example, stuff passed in with -I or loaded with "use lib".
sub _added_to_INC {
my $self = shift;
my %seen;
$seen{$_}++ foreach $self->_default_INC;
view all matches for this distribution
view release on metacpan or search on metacpan
t/alien_web.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
use File::Spec;
use lib File::Spec->rel2abs('t/lib');
require_ok 'Alien::Web::Foo';
{
my $path = Alien::Web::Foo->path;
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
require 5.008;
use Module::Build::Compat 0.02;
use lib '_build/lib';
Module::Build::Compat->run_build_pl(args => \@ARGV);
require ModuleBuildAlienWiX;
Module::Build::Compat->write_makefile(build_class => 'ModuleBuildAlienWiX');
view all matches for this distribution
view release on metacpan or search on metacpan
use alienfile;
use lib './inc';
use Sys::Info;
my $cpu_count = $ENV{ALIEN_Z3_CPUCOUNT} || Sys::Info->new()->device('CPU')->count || 1;
share {
view all matches for this distribution
view release on metacpan or search on metacpan
use warnings FATAL => 'all';
use strict;
use lib 'inc';
use File::Path qw/make_path/;
use My::Build;
# prevent warnings about missing share directory
make_path("share");
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
our $VERSION = 0.020_000;
use 5.008;
use lib qw{inc};
use My::ModuleBuild;
use Config;
use English qw(-no_match_vars); # for $OSNAME
# choose correct compiler for each OS and/or Perl configuration
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" => [
"perl -i -pe's/v in 13/v in 19 18 17 16 15 14 13/' ./bootstrap",
"./bootstrap",
view all matches for this distribution
view release on metacpan or search on metacpan
libcares/configure view on Meta::CPAN
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-libgcc use libgcc when linking
--enable-nonblocking Enable non-blocking communications
--disable-nonblocking Disable non-blocking communications
--enable-tests build test suite
Optional Packages:
libcares/configure view on Meta::CPAN
# AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
aix,yes) # traditional libtool
dynamic_linker='AIX unversionable lib.so'
# If using run time linking (on AIX 4.2 or later) use lib<name>.so
# instead of lib<name>.a to let people know that these are not
# typical AIX shared libraries.
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
;;
aix,no) # traditional AIX only
libcares/configure view on Meta::CPAN
# AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
aix,yes) # traditional libtool
dynamic_linker='AIX unversionable lib.so'
# If using run time linking (on AIX 4.2 or later) use lib<name>.so
# instead of lib<name>.a to let people know that these are not
# typical AIX shared libraries.
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
;;
aix,no) # traditional AIX only
libcares/configure view on Meta::CPAN
fi
#
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use libgcc" >&5
$as_echo_n "checking whether to use libgcc... " >&6; }
# Check whether --enable-libgcc was given.
if test "${enable_libgcc+set}" = set; then :
enableval=$enable_libgcc; case "$enableval" in
yes)
LIBS="$LIBS -lgcc"
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.024.
use strict;
use warnings;
use Module::Build 0.28;
use lib qw{inc}; use MyModuleBuild;
my %module_build_args = (
"alien_autoconf_with_pic" => 0,
"alien_bin_requires" => {
"Alien::nasm" => 0
view all matches for this distribution
view release on metacpan or search on metacpan
- move build system to Cmake (autotools will be removed in GDAL 3.6)
- fix logic for lib64 searches
- use https for download
1.32 2022-08-30
- share builds: handle shared Proj and GEOS that use lib64 instead of lib
1.31 2022-08-17
- share builds: rework rpath updates on unices
as the changes were being overridden before install
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.010.
use strict;
use warnings;
use Module::Build 0.28;
use lib qw{inc}; use Alien::Base::ModuleBuild;
my %module_build_args = (
"alien_name" => "gettext",
"alien_repository" => {
"host" => "ftp.gnu.org",
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use if ! ( grep { $_ eq '.' } @INC ), qw[lib .];
use lib 'inc';
use Devel::AssertOS qw[Linux];
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
view all matches for this distribution
view release on metacpan or search on metacpan
misc/trun.plx view on Meta::CPAN
#!/usr/bin/env perl
use 5.012;
use lib 't';
use MyTest;
use Test::More;
die "usage: $0 <test name>" unless @ARGV;
view all matches for this distribution
view release on metacpan or search on metacpan
use Test2::V0;
use Test::Alien 1.90;
use lib -d '../t' ? './lib' : 't/lib';
use Alien::libsdl2;
#
#skip_all 'requires a shared object or DLL'
# unless Alien::libsdl2->dynamic_libs;
#
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use Module::Build 0.28;
use lib 'inc';
use My::ModuleBuild;
my $builder = My::ModuleBuild->new(
module_name => 'Alien::libsndfile',
license => 'mit',
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
use Alien::make::Module::Build;
my $build = Alien::make::Module::Build->new(
module_name => 'Alien::libtermkey',
tarball => 'libtermkey-0.22.tar.gz',
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
use Alien::make::Module::Build;
my $build = Alien::make::Module::Build->new(
module_name => 'Alien::libtickit',
tarball => 'libtickit-0.4.5.tar.gz',
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 My::ModuleBuild;
my %module_build_args = (
"alien_bin_requires" => {
"Alien::m4" => "0.04"
},
view all matches for this distribution
view release on metacpan or search on metacpan
t/00_compile.t view on Meta::CPAN
use strict;
use Test::More 0.98;
use lib '../blib/lib', './blib/lib';
use_ok $_ for qw[Alien::libui];
done_testing;
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use if ! ( grep { $_ eq '.' } @INC ), qw[lib .];
use lib 'inc';
use Devel::AssertOS qw[Linux];
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
use strict;
use warnings;
view all matches for this distribution
view release on metacpan or search on metacpan
use v5;
use strict;
use warnings;
use lib 'inc';
use Alien::make::Module::Build;
my $build = Alien::make::Module::Build->new(
module_name => 'Alien::libvterm',
tarball => 'libvterm-0.3.tar.gz',
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" => "mpg123",
"alien_repository" => {
view all matches for this distribution
view release on metacpan or search on metacpan
t/version.t view on Meta::CPAN
use Alien::Poppler;
use Alien::FontForge;
use Capture::Tiny qw(capture_merged);
use lib 't/lib';
subtest "Run pdf2htmlEX" => sub {
use Env qw(@LD_LIBRARY_PATH @DYLD_FALLBACK_LIBRARY_PATH @PATH);
unshift @LD_LIBRARY_PATH, Alien::FontForge->rpath, Alien::Poppler->rpath;
unshift @DYLD_FALLBACK_LIBRARY_PATH, Alien::FontForge->rpath, Alien::Poppler->rpath;
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::pdf2json::ModuleBuild;
my %module_build_args = (
"alien_inline_auto_include" => [],
"alien_name" => "pdf2json",
"alien_repository" => {
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::scriptaculous',
'license' => 'perl',
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.010.
use strict;
use warnings;
use Module::Build 0.28;
use lib qw{inc}; use Alien::Base::ModuleBuild;
my %module_build_args = (
"alien_name" => "sispmctl",
"alien_repository" => {
"host" => "",
view all matches for this distribution