Subject: | Missing space in ERROR_VOID_LEX |
ERROR_VOID_LEX is missing a space. It's defined by the following line:
use constant ERROR_VOID_LEX => VOID_TAG. 'cannot be used with lexical
scope';
which defines it to be ":voidcannot be used with lexical scope". The
attached patch transposes the first single quote and the space preceding
it, which should fix this.
Subject: | include-missing-space-in-ERROR_VOID_LEX |
Message body not shown because it is not plain text.