[Bioperl-guts-l] bioperl-live/Bio/DB Registry.pm,1.32,1.33
Brian Osborne
bosborne at dev.open-bio.org
Sat Sep 2 14:37:18 EDT 2006
Update of /home/repository/bioperl/bioperl-live/Bio/DB
In directory dev.open-bio.org:/tmp/cvs-serv15875
Modified Files:
Registry.pm
Log Message:
This warning shouldn't require a verbosity > 0, otherwise code can fail with no feedback at all
Index: Registry.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/DB/Registry.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Registry.pm 4 Jul 2006 22:23:14 -0000 1.32
--- Registry.pm 2 Sep 2006 18:37:16 -0000 1.33
***************
*** 178,182 ****
eval "require $class";
if ($@) {
! $self->verbose && $self->warn("Couldn't load $class");
next;
} else {
--- 178,182 ----
eval "require $class";
if ($@) {
! $self->warn("Couldn't load $class");
next;
} else {
More information about the Bioperl-guts-l
mailing list