Aha. That makes sense within the context of subroutines, but don't they act the same in :match{} routines?
No, a return is exactly the same as a done, except in a subroutine. There is nothing to break out of a match specifically.