in reply to Mech follow_link

The source says:
return if defined $p->{text} && !(defined($link->text) && + $link->text eq $p->{text} );
so it's doing a literal "eq". What does $link->text return for that link? Is it possible that there's some whitespace on either side?