suppress warning in PLP::Backend::CGI
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 10:07:09 +0000 (10:07 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 10:49:47 +0000 (10:49 +0000)
commiteadf5be66f5ada7c6f973e0e7cf5b85985dd6e80
tree2dc7d2e2f58577c7eb17f8f4c38c6e3ce50e93e0
parentb5e0ee87251670be18b2f2fc128a4be0b25ebfb8
suppress warning in PLP::Backend::CGI

Add parentheses to my $scalar argument to read() to verify it's really
only a single variable.  Works the same, but fixes a warning if run -w.
lib/PLP/Backend/CGI.pm