On Thu, Jun 30, 2011 at 1:25 PM, Jesse Vincent <jesse@fsck.com> wrote: > I'm not in favor of this one. It breaks my assumptions about > what qw means. (Those being "This text will be split on whitespace > boundaries but otherwise won't be touched") > I consider comments part of whitespace (that which separates token but has no other effect on the code). perlsyn says comments can appear anywhere except in strings and regular expressions, qw() being neither. Pragma module feature::qw_comments now addresses this.Thread Previous | Thread Next