While creating some tests (with Test::More, natch) I forgot to change a ',' to a '==' and got:
# You named your test '12'. You shouldn't use numbers for your test names. # Very confusing. ok 23 - 12
It's late enough that this has got me in the giggles. Thanks Schwern!