Defend against potential token-pasting bug no-token-pasting
authorAaron Crane <arc@cpan.org>
Sat, 24 Mar 2012 11:27:08 +0000 (11:27 +0000)
committerAaron Crane <arc@cpan.org>
Sat, 24 Mar 2012 11:27:08 +0000 (11:27 +0000)
commit2cbb173c9478adad8150528aa3cf2506225038f7
tree59f8846a27e2d21e356f08fbd161269cc28094d7
parent4a66f5286d8acbc7cf2b8aafcc9cebd474a30614
Defend against potential token-pasting bug

Ensure that concatenating "__END__" onto the script behaves correctly even
if $Tak::STDIONode::DATA happens to end in a \w character.  It's not clear
to me whether that's actually possible in practice, but defensively adding
extra whitespace seems like a good idea nonetheless.
lib/Tak/ConnectorService.pm