/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/ |
H A D | version.pm | 3 # use by ExtUtils::Makemaker and its dependencies to bootstrap when 7 # ExtUtils::MakeMaker::version::vpp and alias various *version functions 11 package ExtUtils::MakeMaker::version; 27 eval "use ExtUtils::MakeMaker::version::vpp"; 31 $INC{'version.pm'} = $INC{'ExtUtils/MakeMaker/version.pm'}; 32 push @version::ISA, "ExtUtils::MakeMaker::version::vpp"; 34 *version::qv = \&ExtUtils::MakeMaker::version::vpp::qv; 35 *version::declare = \&ExtUtils::MakeMaker::version::vpp::declare; 36 *version::_VERSION = \&ExtUtils::MakeMaker::version::vpp::_VERSION; 37 *version::vcmp = \&ExtUtils::MakeMaker::version::vpp::vcmp; [all …]
|
H A D | FAQ.pod | 1 package ExtUtils::MakeMaker::FAQ; 11 ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker 15 FAQs, tricks and tips for L<ExtUtils::MakeMaker>. 49 =item How do I get MakeMaker and Module::Build to install to the same place? 52 location as MakeMaker. 59 MakeMaker (as of 6.31) and Module::Build (as of 0.28) both can install 61 L<ExtUtils::MakeMaker/INSTALL_BASE> for details. To get MM and MB to 74 MakeMaker's PREFIX. 86 Recent versions of MakeMaker will only install man pages on Unix-like 156 locations. Now that Module::Build and MakeMaker both have INSTALL_BASE [all …]
|
H A D | Tutorial.pod | 1 package ExtUtils::MakeMaker::Tutorial; 9 ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker 13 use ExtUtils::MakeMaker; 22 This is a short tutorial on writing a simple module with MakeMaker. 28 MakeMaker modules are installed using this simple mantra 63 MakeMaker. The Makefile.PL is a simple program which loads 64 ExtUtils::MakeMaker and runs the WriteMakefile() function to generate a 69 use ExtUtils::MakeMaker; 191 MakeMaker comes with a default MANIFEST.SKIP to avoid things like
|
H A D | Config.pm | 1 package ExtUtils::MakeMaker::Config; 26 ExtUtils::MakeMaker::Config - Wrapper around Config.pm 31 use ExtUtils::MakeMaker::Config; 39 A very thin wrapper around Config.pm so MakeMaker is easier to test.
|
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/ |
H A D | Makefile.PL | 1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. 7 use ExtUtils::MakeMaker; 13 "ExtUtils::MakeMaker" => 0 20 "ExtUtils::MakeMaker" => "6.30", 41 "ExtUtils::MakeMaker" => "6.30", 53 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { 60 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
H A D | META_for_testing.yml | 9 generated_by: 'ExtUtils::MakeMaker version 6.5707, CPAN::Meta::Converter version 2.110580' 14 name: ExtUtils-MakeMaker 29 bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker 30 homepage: http://makemaker.org 32 repository: http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker 33 x_MailingList: makemaker@perl.org
|
H A D | META_for_testing.json | 7 "generated_by" : "ExtUtils::MakeMaker version 6.5707, CPAN::Meta::Converter version 2.110580", 15 "name" : "ExtUtils-MakeMaker", 48 "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker" 50 "homepage" : "http://makemaker.org", 55 "url" : "http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker" 57 "x_MailingList" : "makemaker@perl.org"
|
H A D | metafile_data.t | 19 use MakeMaker::Test::Utils; 53 configure => { requires => { 'ExtUtils::MakeMaker' => 0, }, }, 54 build => { requires => { 'ExtUtils::MakeMaker' => 0, }, }, 66 generated_by => "ExtUtils::MakeMaker version $ExtUtils::MakeMaker::VERSION", 273 homepage => "https://metacpan.org/release/ExtUtils-MakeMaker", 274 repository => "http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker", 281 homepage => "https://metacpan.org/release/ExtUtils-MakeMaker", 283 url => "http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker", 298 homepage => "https://metacpan.org/release/ExtUtils-MakeMaker", 299 repository => "http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker", [all …]
|
H A D | unicode.t | 11 use MakeMaker::Test::Utils qw(makefile_name make make_run run hash2files); 31 use ExtUtils::MakeMaker; 81 eval { require ExtUtils::MakeMaker::Locale; }; 82 …MakeMaker::Locale vars: $ExtUtils::MakeMaker::Locale::ENCODING_LOCALE;$ExtUtils::MakeMaker::Locale…
|
H A D | pm.t | 3 # Test that MakeMaker honors user's PM override. 14 use MakeMaker::Test::Utils; 15 use MakeMaker::Test::Setup::BFD; 17 use ExtUtils::MakeMaker;
|
H A D | miniperl.t | 24 use MakeMaker::Test::NoXS; 26 use ExtUtils::MakeMaker; 28 use MakeMaker::Test::Utils; 29 use MakeMaker::Test::Setup::BFD;
|
H A D | prereq.t | 17 use MakeMaker::Test::Utils; 18 use MakeMaker::Test::Setup::BFD; 20 use ExtUtils::MakeMaker; 50 local $ExtUtils::MakeMaker::UNDER_CORE = 0; 62 unless ExtUtils::MakeMaker::_has_cpan_meta_requirements; 160 MakeMaker FATAL: prerequisites not found. 185 MakeMaker FATAL: prerequisites not found.
|
H A D | build_man.t | 3 # Test if MakeMaker declines to build man pages under the right conditions. 16 use MakeMaker::Test::Utils; 17 use MakeMaker::Test::Setup::BFD; 19 use ExtUtils::MakeMaker; 20 use ExtUtils::MakeMaker::Config; 50 …# suppress noisy & unnecessary "WARNING: Older versions of ExtUtils::MakeMaker may errantly instal… 73 …# suppress noisy & unnecessary "WARNING: Older versions of ExtUtils::MakeMaker may errantly instal… 93 …# suppress noisy & unnecessary "WARNING: Older versions of ExtUtils::MakeMaker may errantly instal… 113 …# suppress noisy & unnecessary "WARNING: Older versions of ExtUtils::MakeMaker may errantly instal…
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MakeMaker.pm | 2 package ExtUtils::MakeMaker; 10 use ExtUtils::MakeMaker::Config; 11 use ExtUtils::MakeMaker::version; # ensure we always have our fake version.pm 14 my $CAN_DECODE = eval { require ExtUtils::MakeMaker::Locale; }; # 2 birds, 1 stone 15 eval { ExtUtils::MakeMaker::Locale::reinit('UTF-8') } 35 our $Filename = __FILE__; # referenced outside MakeMaker 51 require ExtUtils::MM; # Things like CPAN assume loading ExtUtils::MakeMaker 55 # loading ExtUtils::MakeMaker will give them MY. 262 # die "MakeMaker WARNING: $@"; 510 print "MakeMaker (v$VERSION)\n" if $Verbose; [all …]
|
H A D | MM_MacOS.pm | 10 die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; 23 Once upon a time, MakeMaker could produce an approximation of a correct 25 fell out of sync with the rest of MakeMaker and hadn't worked in years. 31 from the MakeMaker CVS repository and contact makemaker@perl.org.
|
H A D | MM_Win95.pm | 12 use ExtUtils::MakeMaker::Config; 17 ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X 26 to get MakeMaker playing nice with command.com and other Win9Xisms. 70 Send patches and ideas to C<makemaker@perl.org>. 72 See https://metacpan.org/release/ExtUtils-MakeMaker.
|
H A D | MM.pm | 5 use ExtUtils::MakeMaker::Config; 11 require ExtUtils::MakeMaker; 12 our @ISA = qw(ExtUtils::Liblist ExtUtils::MakeMaker); 16 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass 27 ExtUtils::MM is a subclass of L<ExtUtils::MakeMaker> which automatically 32 MakeMaker modules outside of ExtUtils/).
|
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | Makefile.PL | 7 use ExtUtils::MakeMaker; 36 (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()), 37 (eval { ExtUtils::MakeMaker->VERSION(6.48) } ? (MIN_PERL_VERSION => '5.006') : ()), 38 ( eval { ExtUtils::MakeMaker->VERSION(6.46) } ? ( 61 if ($params{TEST_REQUIRES} and !eval { ExtUtils::MakeMaker->VERSION(6.64) }) { 67 if ($params{BUILD_REQUIRES} and !eval { ExtUtils::MakeMaker->VERSION(6.5503) }) {
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
H A D | Makefile.PL | 11 use ExtUtils::MakeMaker 6.31; 23 ( $ExtUtils::MakeMaker::VERSION >= 6.64 ? 26 'ExtUtils::MakeMaker' => '6.31', 29 'ExtUtils::MakeMaker' => '6.31', 39 ($ExtUtils::MakeMaker::VERSION > 6.45 ?
|
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/ |
H A D | Makefile.PL | 1 # Module makefile for Thread::Semaphore (using ExtUtils::MakeMaker) 8 use ExtUtils::MakeMaker; 23 ((ExtUtils::MakeMaker->VERSION() lt '6.25') ? 25 ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
|
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/ |
H A D | Makefile.PL | 1 # Module makefile for Thread::Queue (using ExtUtils::MakeMaker) 8 use ExtUtils::MakeMaker; 24 ((ExtUtils::MakeMaker->VERSION() lt '6.25') ? 26 ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
|
/openbsd-src/gnu/usr.bin/perl/dist/FindBin/ |
H A D | Makefile.PL | 5 use ExtUtils::MakeMaker; 37 delete $WriteMakefile_args{LICENSE} unless eval { ExtUtils::MakeMaker->VERSION('6.31') }; 38 delete $WriteMakefile_args{META_MERGE} unless eval { ExtUtils::MakeMaker->VERSION('6.46') }; 39 delete $WriteMakefile_args{MIN_PERL_VERSION} unless eval { ExtUtils::MakeMaker->VERSION('6.48') };
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/ |
H A D | Makefile.PL | 3 # We need to use ExtUtils::MakeMaker since this module is part of Perl core, 20 use ExtUtils::MakeMaker; 24 # provides metadata that unfortunately ExtUtils::MakeMaker does not build. 60 # non-module man pages. ExtUtils::MakeMaker only really understands how to 82 # remove keys not supported by the local version of ExtUtils::MakeMaker. 118 # Older versions of ExtUtils::MakeMaker don't pick up nested test 170 # Remove keys that aren't supported by this version of ExtUtils::MakeMaker. 178 if ($ExtUtils::MakeMaker::VERSION < $supported{$key}) {
|
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | Makefile.PL | 4 use ExtUtils::MakeMaker; 7 my $mm_version = $ExtUtils::MakeMaker::VERSION; 9 croak("Sorry, but MakeMaker 6.58 or better is needed to build this package."); 19 'ExtUtils::MakeMaker' => 6.58, 22 'ExtUtils::MakeMaker' => 6.58,
|
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-MD5/ |
H A D | Makefile.PL | 7 use ExtUtils::MakeMaker; 46 # compatibility with older versions of MakeMaker 58 unless (eval { ExtUtils::MakeMaker->VERSION($mm_req{$_}) }) { 63 ExtUtils::MakeMaker::WriteMakefile(%arg);
|