Home
last modified time | relevance | path

Searched refs:packlist (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DInstalled.t132 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
137 isa_ok( $realei->{FakeMod}{packlist}, 'ExtUtils::Packlist' );
155 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
176 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
181 isa_ok( $realei->{FakeMod}{packlist}, 'ExtUtils::Packlist' );
198 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
205 isa_ok( $realei->{FakeMod}{packlist}, 'ExtUtils::Packlist' );
225 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
230 isa_ok( $realei->{FakeMod}{packlist}, 'ExtUtils::Packlist' );
241 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
[all …]
H A DInstall.t84 my %packlist = map { chomp; ($_ => 1) } <PACKLIST>;
90 is( keys %packlist, 1 );
91 is( lc((keys %packlist)[0]), lc $native_dummy, 'packlist written' );
H A DInstallapi2.t84 my %packlist = map { chomp; ($_ => 1) } <PACKLIST>;
90 is( keys %packlist, 1 );
91 is( lc((keys %packlist)[0]), lc $native_dummy, 'packlist written' );
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/
H A DMM.pm175 my $packlist = $ARGV[0];
177 return unless -f $packlist;
180 $packlist.
260 my($packlist) = shift @ARGV;
271 ExtUtils::Install::uninstall($packlist, 1, 1);
/openbsd-src/gnu/usr.bin/perl/
H A Dinstallman16 our ( %opts, $packlist );
73 $packlist = ExtUtils::Packlist->new("$opts{destdir}$Config{installarchlib}/.packlist");
104 $packlist->{$new} = { from => $old, type => 'link' };
176 $packlist->{$xmanpage} = { type => 'file' };
185 $packlist->write() unless $opts{notify};
H A Dinstallperl15 %opts, $packlist);
329 $packlist->{$instcoredll} = { from => "$Config{installbin}/$libperl",
335 $packlist->{$instcoredll} = { from => "$Config{installbin}/$libperl",
516 $packlist->write() unless $opts{notify};
518 chown($opts{uid}, $opts{gid}, $packlist->packlist_file());
575 $packlist->{$xto} = { type => 'file' };
592 $packlist->{$xto} = { type => 'file' };
701 $packlist->{$xname} = { type => 'file' };
744 $packlist->{$xto} = { type => 'file' };
H A Dinstall_lib.pl8 %opts $packlist);
87 $packlist->{$xto} = { from => $xfrom, type => 'link' };
104 $packlist->{$xto} = { type => 'file' };
H A Dpp_pack.c1976 =for apidoc packlist
3159 packlist(cat, pat, patend, MARK, SP + 1); in PP()
H A Dembed.h474 # define packlist(a,b,c,d,e) Perl_packlist(aTHX_ a,b,c,d,e)
472 # define packlist(a,b,c,d,e) Perl_packlist( global() macro
H A Dembed.fnc2397 Adp |void |packlist |NN SV *cat \
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm96 packlist => scalar(ExtUtils::Packlist->new($packlist_file)),
113 $data->{packlist_valid} = exists $data->{packlist}{$p};
254 foreach my $file (keys(%{$self->{$module}{packlist}})) {
293 return($self->{$module}{packlist}->validate($remove));
296 sub packlist { subroutine
300 return($self->{$module}{packlist});
H A DInstall.pm687 my($packlist) = ExtUtils::Packlist->new();
695 $packlist->read($tmpfile) if (-f $tmpfile);
822 $packlist->{$targetfile}++;
829 $packlist->write(install_rooted_file($pack{'write'})) unless $dry_run;
1016 my ($packlist) = ExtUtils::Packlist->new($fil);
1017 foreach (sort(keys(%$packlist))) {
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50080015 packlist # U
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500800160 packlist # U
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5005delta.pod562 Manipulate .packlist files.
653 better support for manipulation of .packlist files, and getting
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1634 Apd |void |packlist |NN SV *cat|NN const char *pat|NN const char *patend|NN SV **beglist|NN SV **en…