Searched refs:packlist (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm85 Carp::croak("No packlist filename specified") if (! defined($packfile));
124 Carp::croak("No packlist filename specified") if (! defined($packfile));
172 ExtUtils::Packlist - manage .packlist files
177 my ($pl) = ExtUtils::Packlist->new('.packlist');
178 $pl->read('/an/old/.packlist');
180 $pl->write('/a/new/.packlist');
189 ExtUtils::Packlist provides a standard way to manage .packlist files.
190 Functions are provided to read and write .packlist files. The original
191 .packlist format is a simple list of absolute pathnames, one per line. In
200 modify the contents of the .packlist
[all...]
H A DInstalled.pm98 # Read the core packlist
99 $self->{Perl}{packlist} =
100 ExtUtils::Packlist->new( File::Spec->catfile($archlib, '.packlist') );
106 return if $_ ne ".packlist" || $File::Find::dir eq $archlib;
111 $module =~ s!\Q$archlib\E/?auto/(.*)/.packlist!$1!s or
112 $module =~ s!\Q$sitearch\E/?auto/(.*)/.packlist!$1!s;
129 # Read the .packlist
130 $self->{$module}{packlist} =
187 foreach my $file (keys(%{$self->{$module}{packlist}})) {
223 return($self->{$module}{packlist}
226 sub packlist { subroutine
[all...]
H A DInstall.pm36 uninstall($packlist);
63 "write". These contain packlist files. After the copying is done,
96 my($packlist) = ExtUtils::Packlist->new();
122 $packlist->read($tmpfile) if (-f $tmpfile);
127 #timestamp and permission and remember for the .packlist
128 #file. The packlist file contains the absolute paths of the
196 $packlist->{$targetfile}++;
209 $packlist->write(install_rooted_file($pack{'write'})) unless $nonono;
283 read => "$Config{sitearchexp}/auto/$FULLEXT/.packlist",
284 write => "$Config{installsitearch}/auto/$FULLEXT/.packlist",
[all...]
H A Dinstmodsh19 v - Validate the .packlist - check for missing files
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t134 ok( $files{'.packlist'}, ' packlist created' );
151 ok( $files{'.packlist'}, ' packlist created' );
174 ok( $files{'.packlist'}, ' packlist created' );
185 # ok( open(PACKLIST, $files{'.packlist'} ) ) ||
186 # diag("Can't open $files{'.packlist'}: $!");
188 # local $TODO = 'DESTDIR still in .packlist';
189 # unlike(<PACKLIST>, qr/other/, 'DESTDIR should not appear in .packlist');
[all...]
H A DInstall.t52 read => 'install-test/packlist',
53 write => 'install-test/packlist'
59 ok( ! -r 'install-test/packlist', ' packlist exists (dry run)');
62 read => 'install-test/packlist',
63 write => 'install-test/packlist'
67 ok( -r 'install-test/packlist', ' packlist exists' );
69 open(PACKLIST, 'install-test/packlist' );
70 my %packlist
[all...]
H A DInstalled.t89 ok(open(PACKLIST, '>auto/FakeMod/.packlist'));
119 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
124 isa_ok( $realei->{FakeMod}{packlist}, 'ExtUtils::Packlist' );
139 packlist => {
211 packlist => $fakepak,
215 foreach my $sub (qw( validate packlist version )) {
223 'validate() should return results of packlist validate() call' );
225 # packlist
226 is( ${ $ei->packlist('yesmod') }, 102,
227 'packlist() shoul
[all...]
H A DPacklist.t80 like( $@, qr/No packlist filename/, 'write() should croak without packfile' );
122 like( $@, qr/^No packlist filename/, 'read() should croak without packfile' );
168 'packlist_file() should fetch packlist from passed hash' );
170 'packlist_file() should fetch packlist from ExtUtils::Packlist object' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm142 Displays a warning that an old packlist file was found. Reads the
148 my $packlist = $ARGV[0];
150 return unless -f $packlist;
153 $packlist.
222 perl "-MExtUtils::Command::MM" -e uninstall <packlist>
231 my($packlist) = shift;
242 ExtUtils::Install::uninstall($packlist, 1, 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c1848 flags are not used. This call should not be used; use packlist instead.
1866 =for apidoc packlist
2639 packlist(cat, pat, patend, MARK, SP + 1);
H A Dembed.h830 #define packlist Perl_packlist macro
3356 #define packlist(a,b,c,d,e) Perl_packlist(aTHX_ a,b,c,d,e) macro

Completed in 111 milliseconds