Convert some COND() && do to ifs.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 29 Sep 2012 17:26:27 +0000 (19:26 +0200)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:25 +0000 (09:18 -0500)
commit3d7a2a938a907e958e6486952b207923d2e671f8
treea44d7debd40011b46fde5422794c8edc164fcb44
parent473c46a8966eb3ce66e7b8030b0202bb658a23c1
Convert some COND() && do to ifs.

Also converted "^" and "$" to the less ambiguous \A and \z and converted
an /^q$/ to the "eq" operator.

Here I am starting to refactor the perl debugger.
lib/perl5db.pl