t/test.pl fresh_perl_like() bug
authorhv@crypt.org <hv@crypt.org>
Sat, 5 Dec 2009 00:50:02 +0000 (18:50 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 5 Dec 2009 00:51:40 +0000 (18:51 -0600)
commit077f834239e40e0523e428946baaf95eaec43724
tree0676ab4696e622cdcc9d7efa08e8c881daf2539a
parent517956bf3975a79f7429698dce4510d4616b19a3
t/test.pl fresh_perl_like() bug

The existing code does the wrong thing if a string (rather than a compiled
regexp) is supplied for $expected. Happily perl will do the right thing
if you let it.

Hugo

Message-Id: <200912041444.nB4EiqBj004436@zen.crypt.org>
t/test.pl