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)
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.


No differences found