Lines Matching refs:ID
548 "reports other process with ID ".
790 $META->{readwrite}{$class}{$id} ||= $class->new(ID => $id);
889 return unless -d $self->{ID};
905 shift->{ID};
913 $dir ||= $self->{ID};
979 ID => $CPAN::Config->{'build_dir'},
984 File::Path::mkpath($self->{ID});
985 my $dh = DirHandle->new($self->{ID});
1003 $self->{ID}));
1005 for $e ($self->entries($self->{ID})) {
2056 # Jost suggested to have a random or cycling interaction ID that
2057 # we pass through. But the ID is something that is just left lying
3369 next if exists $exists{$o->{ID}};
3370 $CPAN::META->delete($class,$o->{ID});
3371 CPAN->debug("deleting ID[$o->{ID}] in class[$class]")
3471 $class->new(ID=>$id, RO=>$ro);
3503 sub id { shift->{ID}; }
3530 CPAN->debug("Bug? Empty ID, rejecting");
3547 push @m, sprintf "%-15s %s\n", $class, $self->{ID};
3557 push @m, $class, " id = $self->{ID}\n";
3559 # next if m/^(ID|RO)$/;
3580 next if m/^(ID|RO)$/;
3614 my $id = $self->{ID};
3627 $self->{ID},
3806 my $dist_id = $self->{ID};
3809 my $mod_id = $mod->{ID} or next;
3877 CPAN::FTP->localize("authors/id/$self->{ID}",
4943 $CPAN::Frontend->mydie("I don't know a bundle with ID $id\n") unless
5282 push @m, $class, " id = $self->{ID}\n";
5556 The module $self->{ID} has no active maintainer.\n\n\n
5569 @packpath = split /::/, $self->{ID};
5584 @packpath = split /::/, $self->{ID};
6624 Returns the author's ID of the module.