Setting the sequence manually until it is handled
internally causes problems for SEQUENCE=0 (I know you
could assume default but this will apply for any field
with a zero value).
Line 307 of Component.pm has:
return unless $value->{value};
So it returns on a zero value.
-Ennui