Bug#1078626: marked as pending in libbio-procedural-perl
Santiago Vila <[email protected]>
| Newsgroups | gmane.linux.debian.devel.medical |
|---|---|
| Message-ID | <7f902187-efaa-4682-b24b-c0f6e0bc4fe1__18781.5359955252$1739706152$gmane$org@debian.org> |
I'm greatly confused. Maybe because I don't speak perl. Sorry for that.
El 16/2/25 a las 12:21, Andreas Tille escribió:
> The package is *not* accessing the internet when building. If there
> is *no* result (since the internet is not accessed the first part of
>
> if ($@ || !defined $seq_object) {
By the time this is run, we have already executed this:
eval {
$seq_object = get_sequence('genbank',"AI129902");
};
Is that not an attempt to access the network?
Thanks.