Fixed minor logic inverson in MultiLine/PPI.pm
authorChris Marshall <devel.chm.01@gmail.com>
Sat, 12 Feb 2011 22:10:50 +0000 (17:10 -0500)
committerChris Marshall <devel.chm.01@gmail.com>
Sat, 12 Feb 2011 22:10:50 +0000 (17:10 -0500)
commitd8153bec650b92d2cd68449a148c393c51e877e9
tree0304770384303f7b3ac3d1b1b3ac11d805b3c98e
parent52d6b6af147beccedca56cb715343c16935e8078
Fixed minor logic inverson in MultiLine/PPI.pm

The result was that incomplete q/ / operators
would not be detected and result in an error.
Now they properly continue however, it appears
that q followed by a \n is treaed as a q//
operator.  I don't know if perl allows that
or if this need to be resolved in PPI...
lib/Devel/REPL/Plugin/MultiLine/PPI.pm