prefer single quotes in perl code
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 31 Jul 2008 23:57:38 +0000 (23:57 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 1 Aug 2008 00:18:29 +0000 (00:18 +0000)
Following Perl Best Practices: use single quotes (q//) if no
interpretation is expected.


No differences found