From: Mischa POSLAWSKY Date: Mon, 12 Oct 2009 15:33:23 +0000 (+0000) Subject: source: support whitespace before module reference X-Git-Tag: v1.3~122 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/715e7189d728b0b16880c31d14f9f7b2819c227b?hp=715e7189d728b0b16880c31d14f9f7b2819c227b source: support whitespace before module reference In `require Some::Module` the module name includes leading space (unlike `use` where it belongs to the preceding construct). Support this so that such references will be linked as well. ---