Subject: | Possible hash randomization problems in test suite (0.08_02) |
The test suite may fail like this:
# Failed test 'Got expected SQL for INSERT with scalarrefs untouched'
# at t/01-handle.t line 115.
# got: 'INSERT INTO "tablename" ("two","one") VALUES (?,NOW())'
# expected: 'INSERT INTO "tablename" ("one","two") VALUES (NOW(),?)'
# Looks like you failed 1 test of 18.
t/01-handle.t .....
This looks like a possible hash randomization issue...