Home
last modified time | relevance | path

Searched refs:ExtUtils (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DPacklist.t12 is( ref(ExtUtils::Packlist::mkfh()), 'GLOB', 'mkfh() should return a FH' );
15 my $pl = ExtUtils::Packlist->new();
20 $pl = ExtUtils::Packlist::TIEHASH( 'tieclass', 'packfile' );
25 ExtUtils::Packlist::STORE($pl, 'key', 'value');
30 is( ExtUtils::Packlist::FETCH($pl, 'foo'), 'bar', 'check FETCH()' );
49 is( ExtUtils::Packlist::FIRSTKEY($pl), $first,
52 is( ExtUtils::Packlist::NEXTKEY($pl), $second,
57 ok( ExtUtils::Packlist::EXISTS($pl, 'bar'), 'EXISTS() should find keys' );
60 ExtUtils::Packlist::DELETE($pl, 'bar');
64 ExtUtils::Packlist::CLEAR($pl);
[all …]
H A DInstalled.t118 local *ExtUtils::Installed::Config;
119 %ExtUtils::Installed::Config = (
130 my $realei = ExtUtils::Installed->new();
144 local *ExtUtils::Installed::Config;
145 %ExtUtils::Installed::Config = (
153 my $realei = ExtUtils::Installed->new( skip_cwd => 1 );
164 local *ExtUtils::Installed::Config;
165 %ExtUtils::Installed::Config = (
174 my $realei = ExtUtils::Installed->new( skip_cwd => 1 );
189 local *ExtUtils::Installed::Config;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A Dversion.pm11 package ExtUtils::MakeMaker::version;
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;
38 *version::new = \&ExtUtils::MakeMaker::version::vpp::new;
41 *version::stringify = \&ExtUtils::MakeMaker::version::vpp::stringify;
42 *{'version::(""'} = \&ExtUtils::MakeMaker::version::vpp::stringify;
43 *{'version::(<=>'} = \&ExtUtils::MakeMaker::version::vpp::vcmp;
44 *version::parse = \&ExtUtils::MakeMaker::version::vpp::parse;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_OS2.t19 package ExtUtils::MM_OS2;
81 *ExtUtils::MM_OS2::system = sub {
86 *ExtUtils::MM_OS2::unlink = sub {
114 local *ExtUtils::MM_Unix::static_lib;
115 *ExtUtils::MM_Unix::static_lib = sub {
123 my $ret = ExtUtils::MM_OS2::static_lib( $args );
129 $ret = ExtUtils::MM_OS2::static_lib( $args );
140 is( ExtUtils::MM_OS2->replace_manpage_separator($sep), '.a.b.c.de',
212 is( ExtUtils::MM_OS2->maybe_command( $dir ), undef,
218 is( ExtUtils::MM_OS2->maybe_command( $noext ), $noext,
[all …]
H A Deu_command.t117 ExtUtils::Command::chmod();
124 ExtUtils::Command::chmod();
131 ExtUtils::Command::chmod();
140 ExtUtils::Command::chmod();
161 ExtUtils::Command::chmod();
168 ExtUtils::Command::chmod();
175 ExtUtils::Command::chmod();
239 ExtUtils::Command::expand_wildcards();
245 ExtUtils::Command::expand_wildcards();
280 ExtUtils::Command::dos2unix();
H A Dmaketext_filter.t13 use ExtUtils::MakeMaker;
14 use ExtUtils::MM_VMS;
20 is( ExtUtils::MM_Any->maketext_filter($text), $text, 'default filter' );
21 is( ExtUtils::MM_VMS->maketext_filter($text), $vms_text, 'VMS filter' );
H A Dmetafile_data.t22 require ExtUtils::MM_Any;
38 return bless { ARGS => {@_}, @_ }, 'ExtUtils::MM_Any';
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",
[all …]
H A Dcd.t25 use ExtUtils::MM_Win32;
55 is +ExtUtils::MM_Unix->cd(@cd_args),
63 use ExtUtils::MM_VMS;
64 is +ExtUtils::MM_VMS->cd(@cd_args),
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D513-t-merge.t6 use ExtUtils::Typemaps;
29 my $first = ExtUtils::Typemaps->new(file => $first_typemap_file);
31 my $second = ExtUtils::Typemaps->new(file => $second_typemap_file);
41 my $first = ExtUtils::Typemaps->new(file => $first_typemap_file);
52 my $first = ExtUtils::Typemaps->new(file => $first_typemap_file);
63 my $second = ExtUtils::Typemaps->new(file => $second_typemap_file);
65 my $conflict = ExtUtils::Typemaps->new(file => $conflicting_typemap_file);
83 my $second = ExtUtils::Typemaps->new(file => $second_typemap_file);
85 my $conflict = ExtUtils::Typemaps->new(file => $conflicting_typemap_file);
101 my $second = ExtUtils::Typemaps->new(file => $second_typemap_file);
[all …]
H A D001-basic.t7 use ExtUtils::CBuilder;
18 $ExtUtils::ParseXS::DIE_ON_ERROR = 1;
19 $ExtUtils::ParseXS::AUTHOR_WARNINGS = 1;
35 my $pxs = ExtUtils::ParseXS->new;
48 my $b = ExtUtils::CBuilder->new(quiet => $quiet);
146 my $pxs = ExtUtils::ParseXS->new;
188 my $pxs = ExtUtils::ParseXS->new;
198 my $pxs = ExtUtils::ParseXS->new;
230 my $pxs = ExtUtils::ParseXS->new;
246 my $pxs = ExtUtils::ParseXS->new;
[all …]
H A D512-t-file.t6 use ExtUtils::Typemaps;
23 my $map = ExtUtils::Typemaps->new();
38 is(ExtUtils::Typemaps->new(file => $cmp_typemap_file)->as_string(), $cmp_typemap_str, "Simple typem…
39 is(ExtUtils::Typemaps->new(file => $tmpfile)->as_string(), $cmp_typemap_str, "Simple typemap roundt…
43 …is_deeply(ExtUtils::Typemaps->new(file => $cmp_typemap_file), $map, "Simple typemap roundtrips (in…
47 my $map_from_str = ExtUtils::Typemaps->new(string => $map->as_string());
H A D510-t-bare.t6 use ExtUtils::Typemaps;
10 ok(ExtUtils::Typemaps->new()->is_empty(), "This is an empty typemap");
15 my $map = ExtUtils::Typemaps->new();
44 my $map = ExtUtils::Typemaps->new();
75 my $map = ExtUtils::Typemaps->new();
101 my $map = ExtUtils::Typemaps->new();
122 my $map = ExtUtils::Typemaps->new();
H A D600-t-compat.t11 use ExtUtils::Typemaps;
12 use ExtUtils::ParseXS::Utilities qw(
17 use ExtUtils::ParseXS::Constants;
65 sub ExtUtils::ParseXS::Utilities::standard_typemap_locations {
153 m/^\s*(.*?\S)\s+(\S+)\s*($ExtUtils::ParseXS::Constants::PrototypeRegexp*)\s*$/
159 $type = ExtUtils::Typemaps::tidy_type($type);
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm1 package ExtUtils::Constant;
100 use ExtUtils::Constant::Utils qw(C_stringify);
101 use ExtUtils::Constant::XS qw(%XS_Constant %XS_TypeSet);
120 ExtUtils::Constant::XS->header();
125 ExtUtils::Constant::XS->memEQ_clause({name=>$_[0], checked_at=>$_[1],
132 ExtUtils::Constant::XS->return_clause({indent=>$indent}, @_);
139 ExtUtils::Constant::XS->switch_clause({indent=>$indent, comment=>$comment},
146 ExtUtils::Constant::XS->C_constant({package => $package, subname => $subname,
184 my $params = ExtUtils::Constant::XS->params ($what);
407 return ExtUtils::Constant::XS->dump_names({default_type=>$args{DEFAULT_TYPE},
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/
H A DMM.pm1 package ExtUtils::Command::MM;
67 require ExtUtils::Command;
68 my @argv = ExtUtils::Command::expand_wildcards(@ARGV);
262 require ExtUtils::Install;
271 ExtUtils::Install::uninstall($packlist, 1, 1);
311 require ExtUtils::Command;
314 ExtUtils::Command::cp(@ARGV);
318 ExtUtils::Command::chmod(@ARGV);
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D04-base.t9 use ExtUtils::CBuilder::Base;
22 $base = ExtUtils::CBuilder::Base->new();
28 $base = ExtUtils::CBuilder::Base->new(
40 $base = ExtUtils::CBuilder::Base->new();
53 ExtUtils::CBuilder::Base::find_perl_interpreter(),
71 ExtUtils::CBuilder::Base::find_perl_interpreter(),
79 ExtUtils::CBuilder::Base::find_perl_interpreter(),
90 $base = ExtUtils::CBuilder::Base->new();
113 $base = ExtUtils::CBuilder::Base->new(
130 $base = ExtUtils::CBuilder::Base->new( quiet => 1 );
[all …]
H A D00-have-compiler.t22 require_ok "ExtUtils::CBuilder";
24 my $b = eval { ExtUtils::CBuilder->new(quiet => 1) };
30 my $b1 = ExtUtils::CBuilder->new(quiet => 1);
47 my $b2 = ExtUtils::CBuilder->new(quiet => 1);
61 my $b3 = ExtUtils::CBuilder->new(quiet => 1);
67 my $b4 = ExtUtils::CBuilder->new(quiet => 1);
76 my $type = ExtUtils::CBuilder::os_type();
/openbsd-src/regress/usr.bin/make/
H A Dmk1661 xsubpp 1 lib/ExtUtils/xsubpp \
115 ExtUtils::Command 3p lib/ExtUtils/Command.pm \
116 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
117 ExtUtils::Install 3p lib/ExtUtils/Install.pm \
118 ExtUtils::Installed 3p lib/ExtUtils/Installed.pm \
119 ExtUtils::Liblist 3p lib/ExtUtils/Liblist.pm \
120 ExtUtils::MM_Unix 3p lib/ExtUtils/MM_Unix.pm \
121 ExtUtils::MakeMaker 3p lib/ExtUtils/MakeMaker.pm \
122 ExtUtils::Manifest 3p lib/ExtUtils/Manifest.pm \
123 ExtUtils::Miniperl 3p lib/ExtUtils/Miniperl.pm \
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm1 package ExtUtils::MM_Cygwin;
6 use ExtUtils::MakeMaker::Config;
9 require ExtUtils::MM_Unix;
10 require ExtUtils::MM_Win32;
131 : ExtUtils::MM_Win32->maybe_command($file); # Win32
143 my $s = ExtUtils::MM_Unix::dynamic_lib($self, %attribs);
160 my $s = ExtUtils::MM_Unix::install($self, %attribs);
H A DMM_BeOS.pm1 package ExtUtils::MM_BeOS;
24 use ExtUtils::MakeMaker::Config;
26 require ExtUtils::MM_Any;
27 require ExtUtils::MM_Unix;
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DMakefile.PL7 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/FindBin/
H A DMakefile.PL5 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/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp6 require ExtUtils::ParseXS;
11 my $v = $ExtUtils::ParseXS::VERSION;
43 print "xsubpp version $ExtUtils::ParseXS::VERSION\n";
51 my $pxs = ExtUtils::ParseXS->new;
H A DTypemaps.pm1 package ExtUtils::Typemaps;
7 require ExtUtils::ParseXS;
8 require ExtUtils::ParseXS::Constants;
9 require ExtUtils::Typemaps::InputMap;
10 require ExtUtils::Typemaps::OutputMap;
11 require ExtUtils::Typemaps::Type;
164 $type = ExtUtils::Typemaps::Type->new(
232 $input = ExtUtils::Typemaps::InputMap->new(
284 $output = ExtUtils::Typemaps::OutputMap->new(
326 my $other = ExtUtils::Typemaps->new(string => $args{string});
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DREADME.release1 Release instructions for dual-life ExtUtils::CBuilder
10 2. Rsync the ExtUtils-CBuilder directory to a temporary directory for
13 $ rsync -av --delete dist/ExtUtils-CBuilder /tmp
17 $ cd /tmp/ExtUtils-CBuilder
41 $ cpan_upload ExtUtils-CBuilder-X.YYYZZZ.tar.gz
44 name for ExtUtils-CBuilder.

12345678910>>...17