source: support whitespace before module reference
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 12 Oct 2009 15:33:23 +0000 (15:33 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 13 Oct 2009 22:38:39 +0000 (22:38 +0000)
commit715e7189d728b0b16880c31d14f9f7b2819c227b
treecf3d298de660873aa825ad6d5c3eea8f179a4b85
parentcad8198dbb4421c31673d233f1f05fdb5e1bffbd
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.
source.plp