Lines Matching refs:we

27 no lib "."; # we need to run chdir all over and we would get at wrong
252 # we delay requiring LWP::UserAgent and setting up inheritence until we need it
344 # One use of the queue is to determine if we should or shouldn't
347 # Now we try to use it for dependency tracking. For that to happen
348 # we need to draw a dependency tree and do the leaves first. This can
349 # easily be reached by running CPAN.pm recursively, but we don't want
350 # to waste memory and run into deep recursion. So what we can do is
372 # So if an item has prerequisites, the installation fails now, but we
373 # want to retry later. That's easy if we have it twice in the queue.
474 $META ||= CPAN->new; # In case we re-eval ourselves we need the ||
596 Unfortunately we could not create the lock file
648 # global backstop to cleanup if we should really die
690 # has_inst is sometimes too optimistic, we should replace it with this
699 LWP => [ # we frequently had "Can't locate object
752 # eval is good: if we haven't yet read the database it's
753 # perfect and if we have installed the module in the meantime,
755 # 1 if we had success, otherwise it's retrying
1633 for $module (@module){ # we force now and compile later, so we
1644 $CPAN::Signal = 0; # it's tempting to reset Signal, so we can
1646 # e.g. IO-1.12 when we have perl5.003_10
1688 # to be pedantic we should probably say:
1690 # to catch the case where CPAN has a version 0 and we have a version undef
1875 # BUG, we got an empty object somewhere
2053 # the first stab at it we could use a 1 for "X".
2057 # we pass through. But the ID is something that is just left lying
2117 $obj = $s; # I do not believe, we would survive if this happened
2127 # what we are intending
2216 # mirror(): Its purpose is to deal with proxy authentication. When we
2217 # call SUPER::mirror, we relly call the mirror method in
2225 # although we have gone through our get_basic_credentials, the proxy
2386 # where we did get a file from
2427 # utime $now, $now, $aslocal; # too bad, if we do that, we
2480 $self->debug("without URI::URL we try local file $l") if $CPAN::DEBUG;
2533 # Net::FTP can still succeed where LWP fails. So we do not
2601 next HOSTHARD; # who said, we could ftp anything except ftp?
2751 As this requires some features that are not thoroughly tested, we\'re
2752 not sure, that we get it right....
3001 # fallback for future commands and what we have forgotten above
3095 # IFF we are developing, it helps to wipe out the memory
3149 $force |= 2; # means we're dealing with an index here
3150 CPAN::Config->load; # we should guarantee loading wherever we rely
3165 $force |= 1; # means we're quite serious about it.
3274 # A necessity since we have metadata_cache: delete what isn't
3281 # before 1.56 we split into 3 and discarded the rest. From
3282 # 1.57 we assign remaining text to $comment thus allowing to
3302 while we are running...
3342 # we do not need CONTAINSMODS unless we do something with
3343 # this dist, so we better produce it on demand.
3523 # This must be ||=, not ||, because only if we write an empty
3526 # because of a typo, we do not like it that they are written into
3528 # that is why we do not "allow" other places to call ->set.
3838 # we die if we cannot chdir and we are debuggable
3933 # we are still in the tmp directory!
4002 # do we have anything to do?
4364 # routine, and immediately before we check for a Signal. I hope this
4444 # if we die here, we break bundles
4522 # suggest, we set it always to 0.
4593 of modules we are processing right now?", "yes");
4619 # we were too demanding:
4622 # if they have not specified a version, we accept any installed one
4650 # not available. So we do nothing. Or what should we do?
4651 # if we push it again, we have a potential infinite loop
4665 # but we must have run it
4784 # will untar everything again. Instead we should bring the
4928 # following line must be "=", not "||=" because we have a moving target
5042 # cpan_home/Bundle/ directory and the possibility that we have
5044 # Bundles, we parse them all for $VERSION and take the newest.
5157 # If a bundle contains another that contains an xs_file we have
5158 # here, we just don't bother I suppose
5185 return 0 unless $self->SUPER::uptodate; # we mut have the current Bundle def
5339 # If we have already untarred it, we should look there
5630 # "v1.13" instead of v1.13, we simply leave it at that with the
5631 # effect that *we* will treat it like a v-tring while the rest of
5632 # perl won't. Seems sensible when we consider that any action we
5976 # we get them wrong anyway, whatever we do, because 5.005 will
5978 # indexer sends us something like "v0.2.4" we compare wrongly.
6091 displayed with the rather verbose method C<as_string>, but if we find
6092 more than one, we display each object with the terse method
6713 Makefile.PL (well, we try to handle a bit more, but without much
6720 The debugging of this module is a bit complex, because we have
6777 keep_source_where directory in which to keep the source (if we do)
6854 Another peculiarity of urllist is that the site that we could
7108 In our intranet we have many modules for internal use. How