--- trunk/Estraier.pm 2006/05/10 14:57:50 142 +++ trunk/Estraier.pm 2006/05/15 22:11:22 149 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.06'; +our $VERSION = '0.07_1'; =head1 NAME @@ -1828,6 +1828,10 @@ ) or confess "shuttle_url failed"; if ($status == $rest->{status}) { + + # refresh node info after sync + $self->_set_info if ($action eq 'sync'); + if ($rest->{returns} && wantarray) { my @results;