Searched refs:mywarn (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/ |
| D | CPAN.pm | 289 $CPAN::Frontend->mywarn("Terminal does not support AddHistory.\n"); 291 … $CPAN::Frontend->mywarn("\nTo fix that, maybe try> install Term::ReadLine::Perl\n\n"); 389 … $CPAN::Frontend->mywarn("Client not fully configured, please proceed with configuring.$err"); 490 $CPAN::Frontend->mywarn(qq{Warning: no good directory to chdir to! 500 $CPAN::Frontend->mywarn(qq{Could not chdir to "$cwd->[0]": $! 516 …$CPAN::Frontend->mywarn("Your OS does not seem to support locking; continuing and ignoring all loc… 542 … $CPAN::Frontend->mywarn("Warning: YAML version '$YAML::VERSION' is too low, please upgrade!\n". 584 $CPAN::Frontend->mywarn("Could not open '$local_file': $!"); 627 $CPAN::Frontend->mywarn(qq{CPAN::SQLite not installed, trying to work without\n}) 740 $CPAN::Frontend->mywarn("Running in downgraded mode (experimental)\n"); [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| D | FTP.pm | 54 $CPAN::Frontend->mywarn("$now: waiting for read lock on '$file' (since $waitstart)\n"); 76 $CPAN::Frontend->mywarn("Error reading '$file': $@ 80 … rename $file, $to or $CPAN::Frontend->mywarn("Could not rename '$file' to '$to': $!\n"); 163 or $CPAN::Frontend->mywarn("Could not rename '$sfile.$$' to '$sfile': $!\nGiving up\n"); 175 $CPAN::Frontend->mywarn("Can't stat '$src': $!\n"); 181 or $CPAN::Frontend->mywarn("Can't chmod '$dest' to " . sprintf("0%o", $stat[2]) . ": $!\n"); 188 $CPAN::Frontend->mywarn("Can't chown '$dest' to " . 230 $CPAN::Frontend->mywarn("Malformed urllist; ignoring. Configuration file corrupt?\n"); 256 $CPAN::Frontend->mywarn(" Could not connect to host '$host' with Net::FTP\n"); 264 $CPAN::Frontend->mywarn(" Couldn't login on $host: $msg\n"); [all …]
|
| D | Distribution.pm | 78 $CPAN::Frontend->mywarn("You are visiting the local directory 232 $CPAN::Frontend->mywarn("prerequisite module[$pre] not known\n"); 544 … $CPAN::Frontend->mywarn("Your (un)tar seems to have extracted a file named 'pax_global_header' 570 $CPAN::Frontend->mywarn("$why\n"); 634 $CPAN::Frontend->mywarn("Warning: cannot determine META.yml without a build_dir.\n"); 677 $CPAN::Frontend->mywarn("The content of '$yaml' is not a HASH reference. Cannot use it.\n"); 698 $CPAN::Frontend->mywarn("$id $need; you have only $]; giving up\n"); 708 $CPAN::Frontend->mywarn($@); 743 $CPAN::Frontend->mywarn("Warning: unmanageable(?) prerequisite $k$type"); 751 $CPAN::Frontend->mywarn("$id $need; you have only $]; giving up\n"); [all …]
|
| D | CacheMgr.pm | 78 $CPAN::Frontend->mywarn("Warning: weird direntry in $dir: $_\n"); 95 $CPAN::Frontend->mywarn("I have neither the -x permission nor the ". 106 $CPAN::Frontend->mywarn("File or directory '$dir' has gone, ignoring\n"); 124 $CPAN::Frontend->mywarn("I have neither the -x permission nor ". 154 $CPAN::Frontend->mywarn("Directory '$dir' not below $CPAN::Config->{build_dir}, ". 168 $CPAN::Frontend->mywarn("(parse error on '$dir.yml' removing anyway)"); 170 $CPAN::Frontend->mywarn("(Could not unlink '$dir.yml': $!)");
|
| D | Index.pm | 299 $CPAN::Frontend->mywarn(qq{Warning: Your $index_target does not contain a Line-Count header. 308 $CPAN::Frontend->mywarn(sprintf qq{Warning: Your %s 317 … $CPAN::Frontend->mywarn(qq{Warning: Your $index_target does not contain a Last-Updated header. 336 $CPAN::Frontend->mywarn(" HTTP::Date not available\n"); 346 ->mywarn(sprintf 355 ->mywarn(sprintf 384 $CPAN::Frontend->mywarn(sprintf "Could not split line[%s]\n", $dv->stringify($_)); 400 $CPAN::Frontend->mywarn(qq{ 562 $CPAN::Frontend->mywarn($@) if $@; # ?? missing "\n" after $@ in mywarn ?? 576 $CPAN::Frontend->mywarn($@) if $@; # ?? missing "\n" after $@ in mywarn ?? [all …]
|
| D | Shell.pm | 129 $CPAN::Frontend->mywarn(qq{ 137 $CPAN::Frontend->mywarn(qq{Unknown shell command '$l'. }. 235 $CPAN::Frontend->mywarn("ls command rejects argument $_: not an author\n"); 581 $CPAN::Frontend->mywarn("\n$failed $errors during reload. You better quit ". 621 $CPAN::Frontend->mywarn("Found no file to reload for '$f'\n"); 722 $CPAN::Frontend->mywarn(">>>> experimental command, currently unsupported <<<<\n\n"); 726 $CPAN::Frontend->mywarn(" $req not available\n"); 822 $CPAN::Frontend->mywarn("install_tested() must not be called with arguments.\n"), 829 $CPAN::Frontend->mywarn("No YAML file for $b available, skipping\n"); 835 $CPAN::Frontend->mywarn("No ID found in '$yaml', skipping\n"); [all …]
|
| D | Bundle.pm | 26 $CPAN::Frontend->mywarn("$id seems to contain itself, skipping\n"); 93 …$CPAN::Frontend->mywarn("Bundle '$id' not found on disk and not on CPAN. Maybe stale symlink? Mayb… 108 … $CPAN::Frontend->mywarn("Warning: cannot determine bundle content without a build_dir.\n"); 139 $CPAN::Frontend->mywarn(qq{ 206 $CPAN::Frontend->mywarn("Error while parsing version number in file '$parsefile'\n"); 235 $CPAN::Frontend->mywarn(qq{
|
| D | HandleConfig.pm | 158 $CPAN::Frontend->mywarn("Warning: unknown configuration variable '$o'\n"); 310 $CPAN::Frontend->mywarn( 358 $CPAN::Frontend->mywarn("Unknown config variable '$_'\n"); 628 $CPAN::Frontend->mywarn(<<END); 779 $CPAN::Frontend->mywarn("Warning: $what not yet officially ". 805 $CPAN::Frontend->mywarn("Dispatching deprecated method '$l' to CPAN::HandleConfig\n");
|
| D | InfoObj.pm | 63 $CPAN::Frontend->mywarn("I have neither the -x permission nor the ". 131 $CPAN::Frontend->mywarn("Unknown object $self->{ID}\n");
|
| D | Module.pm | 436 $CPAN::Frontend->mywarn(sprintf qq{ 475 $CPAN::Frontend->mywarn 586 $CPAN::Frontend->mywarn(qq{ 682 $CPAN::Frontend->mywarn("Error while parsing version number in file '$parsefile'\n");
|
| D | Version.pm | 120 $CPAN::Frontend->mywarn("Suspicious version string seen [$n]\n");
|
| D | Author.pm | 232 $CPAN::Frontend->mywarn("reports on authors not implemented.
|
| D | Distroprefs.pm | 159 $CPAN::Frontend->mywarn("ignoring prefs directory '$dir': $!");
|
| D | Tarzip.pm | 283 $CPAN::Frontend->mywarn(<< 'END_WARN');
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/ |
| D | Client.pm | 138 $CPAN::Frontend->mywarn( 150 $CPAN::Frontend->mywarn(
|
| D | Credentials.pm | 77 $CPAN::Frontend->mywarn(
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/ |
| D | UserAgent.pm | 19 $CPAN::Frontend->mywarn(" LWP::UserAgent not available\n");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/t/ |
| D | 32pushyhttps.t | 38 *mywarn = *mywarn = \&myprint;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/ |
| D | Cpan.pm | 561 $CPAN::Frontend->mywarn(">($autoload): $_\n") 690 *CPAN::Shell::mywarn = sub { 839 or $CPAN::Frontend->mywarn(<<'HERE');
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | coreamp.t | 1140 is &mywarn('a'), 1, '&warn retval'; 1142 lis [&mywarn()], [1], '&warn retval in list context';
|