[perl5db] refactoring + minor bug-fix.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 29 Sep 2012 22:18:40 +0000 (00:18 +0200)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:27 +0000 (09:18 -0500)
commitf86a3406379ebbb66c3569c3a026150ad779388e
tree230cb612ec45a1417524d48aa3fe040f5865592f
parentc5c03c9af7210c62e7957e69d521daa4d3847257
[perl5db] refactoring + minor bug-fix.

The regex h\s* matches for every string that starts with "h". It should
match only if h is the only thing so a \z is needed.
lib/perl5db.pl