Searched refs:mydie (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| D | Tarzip.pm | 16 $CPAN::Frontend->mydie("CPAN::Tarzip->new called without arg") unless defined $file; 30 $CPAN::Frontend->mydie(qq{ 77 or $CPAN::Frontend->mydie("Could not open $read: $!"); 80 or $CPAN::Frontend->mydie("Cannot gzopen $write: $! (pwd is $cwd)\n"); 100 or $CPAN::Frontend->mydie("Could not open >$write: $!"); 102 or $CPAN::Frontend->mydie("Cannot gzopen $read: $!\n"); 106 $CPAN::Frontend->mydie("Error reading from $read: $!\n") 121 defined $self->{FILE} or $CPAN::Frontend->mydie("gtest called but no FILE specified"); 128 or $CPAN::Frontend->mydie(sprintf("Cannot bzopen %s: %s\n", 149 or $CPAN::Frontend->mydie(sprintf("Cannot gzopen %s: %s\n", [all …]
|
| D | InfoObj.pm | 67 $CPAN::Frontend->mydie(qq{Could not chdir from cwd[$cwd] }. 72 $CPAN::Frontend->mydie("Directory '$todir' has gone. Cannot continue.\n"); 79 $CPAN::Frontend->mydie(qq{Could not chdir from cwd[$cwd] }. 206 $CPAN::Frontend->mydie("dump command requires Data::Dumper installed");
|
| D | Distribution.pm | 35 … $CPAN::Frontend->mydie("Plugin '$plugin_proper' not found for hook '$hookname'"); 89 $CPAN::Frontend->mydie("Your File::Spec is too old, please upgrade File::Spec"); 144 $CPAN::Frontend->mydie("Giving up on downloading yaml file '$local_wanted'\n"); 471 $CPAN::Frontend->mydie("Giving up on '$local_wanted'\n$note"); 593 $CPAN::Frontend->mydie("Cannot create directory $packagedir: $!\n"); 605 $CPAN::Frontend->mydie( 901 $CPAN::Frontend->mydie("No external patch command configured\n\n". 905 $CPAN::Frontend->mydie("No external patch command available\n\n". 1376 chdir($dir) or $CPAN::Frontend->mydie(qq{Could not chdir to "$dir": $!}); 1383 $CPAN::Frontend->mydie("cvs import failed"); [all …]
|
| D | Plugin.pm | 47 or $self->frontend->mydie("Unknowns distribution '$distribution'\n"); 62 or $self->frontend->mydie("Distribution has not been built yet, cannot proceed");
|
| D | Shell.pm | 228 $CPAN::Frontend->mydie("Text::Glob not installed, cannot proceed"); 251 or $CPAN::Frontend->mydie("No author found for $a2\n"); 256 or $CPAN::Frontend->mydie("No author found for $a\n"); 378 $CPAN::Frontend->mydie("Cannot parse commandline: $@"); 631 $CPAN::Frontend->mydie("Could not open $file: $!"); 732 $CPAN::Frontend->mydie("found no indexfile[$indexfile]\n"); 811 $CPAN::Frontend->mydie("CPAN::Reporter not installed; cannot continue"); 1371 $CPAN::Frontend->mydie("$err\n"); 1600 sub mydie { subroutine 1650 $self->mydie(join "", @lines); [all …]
|
| D | HandleConfig.pm | 287 $CPAN::Frontend->mydie( 353 $CPAN::Frontend->mydie("Couldn't open >$configpm: $!"); 407 $CPAN::Frontend->mydie( 645 $CPAN::Frontend->mydie(<<"END");
|
| D | Author.pm | 32 $CPAN::Frontend->mydie("Illegal author id[$id]") unless $id =~ /^[A-Z]/; 97 $CPAN::Frontend->mydie("Text::Glob not installed, cannot proceed");
|
| D | FTP.pm | 27 $CPAN::Frontend->mydie("Could not open '$file' after 10000 tries: $!") if ++$cnt > 100000; 84 $CPAN::Frontend->mydie($@); 343 $CPAN::Frontend->mydie("Found a zero-length '$aslocal' that I ". 391 or $CPAN::Frontend->mydie("Error while trying to rename ". 661 or $CPAN::Frontend->mydie("Error while trying to rename ". 704 $CPAN::Frontend->mydie("Could not fetch $file\n");
|
| D | CacheMgr.pm | 204 $CPAN::Frontend->mydie("Unknown scan_cache argument: $self->{SCAN}")
|
| D | Bundle.pm | 90 $CPAN::Frontend->mydie("I don't know a bundle with ID '$id'\n") unless
|
| D | Index.pm | 386 $CPAN::Frontend->mydie("Giving up parsing your $index_target, too many errors");
|
| D | Module.pm | 339 or $Carp::Frontend->mydie("Couldn't open $locf: $!");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin/ |
| D | Specfile.pm | 89 $CPAN::Frontend->mydie("CPAN::DistnameInfo not installed; cannot continue"); 92 or $CPAN::Frontend->mydie("Unknowns distribution '$distribution'\n"); 93 …my $build_dir = $d->{build_dir} or $CPAN::Frontend->mydie("Distribution has not been built yet, ca… 218 $CPAN::Frontend->mydie("'$distribution' has neither a Build.PL nor a Makefile.PL\n"); 230 $CPAN::Frontend->mydie("File::Basename not installed, cannot continue"); 257 or $CPAN::Frontend->mydie("Could not open >$outfile: $!");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/ |
| D | CPAN.pm | 505 $CPAN::Frontend->mydie(qq{Could not chdir to "$cwd->[0]": $!}); 695 $CPAN::Frontend->mydie("OK, giving up."); 720 $CPAN::Frontend->mydie("Could not open lockfile '$lockfile': $!"); 735 $CPAN::Frontend->mydie(sprintf("CPAN.pm panic: Lockfile '$lockfile'\n". 773 $CPAN::Frontend->mydie(sprintf("CPAN.pm panic: Found invalid lockfile ". 803 $CPAN::Frontend->mydie("\n$msg"); 873 $CPAN::Frontend->mydie("Could not lock '$lockfile' with flock: $err; giving up\n"); 890 $CPAN::Frontend->mydie("Got SIG$sig, leaving"); 897 $CPAN::Frontend->mydie("Got another SIG$sig") if $Signal; 1216 $self->frontend->mydie("$module not installed, cannot continue"); [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/t/ |
| D | 32pushyhttps.t | 34 sub mydie {
|