| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/.cpanm/work/1767721791.403259/Alien-Libxml2-0.20/ |
Upload File : |
BEGIN {
use strict; use warnings;
unless(eval q{ use 5.006; 1}) {
print "Perl 5.006 or better required\n";
exit;
}
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.79.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Install the C libxml2 library on your system",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"BUILD_REQUIRES" => {
"Alien::Build" => "2.37",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52"
},
"CONFIGURE_REQUIRES" => {
"Alien::Build" => "2.37",
"Alien::Build::MM" => "2.37",
"Alien::Build::Plugin::Build::SearchDep" => "0.35",
"Alien::Build::Plugin::Download::GitLab" => 0,
"Alien::Build::Plugin::Prefer::BadVersion" => "1.05",
"Alien::Build::Plugin::Probe::Vcpkg" => 0,
"ExtUtils::CBuilder" => 0,
"ExtUtils::MakeMaker" => "6.52"
},
"DISTNAME" => "Alien-Libxml2",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Alien::Libxml2",
"PM" => {
"lib/Alien/Libxml2.pm" => "\$(INST_LIB)/Alien/Libxml2.pm"
},
"PREREQ_PM" => {
"Alien::Base" => "2.37"
},
"TEST_REQUIRES" => {
"Test2::V0" => "0.000121",
"Test::Alien" => 0
},
"VERSION" => "0.20",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::Base" => "2.37",
"Alien::Build" => "2.37",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52",
"Test2::V0" => "0.000121",
"Test::Alien" => 0
);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
{ package
MY;
sub postamble {
$abmm->mm_postamble(@_);
}
sub install {
$abmm->can('mm_install')
? $abmm->mm_install(@_)
: shift->SUPER::install(@_);
}
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild