Die if a callback returns an unknown value. This is important, since
authorMike Taylor <mike@indexdata.com>
Wed, 25 Oct 2006 15:42:47 +0000 (15:42 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 25 Oct 2006 15:42:47 +0000 (15:42 +0000)
commit0508e915338044bdb04d302ae2c5c7745a98338b
tree08d213cde6af63e289a624ba37693064766af804
parent4f35abdf2907b2bf567a5708fb6f032d1d2560ea
Die if a callback returns an unknown value.  This is important, since
otherwise if you forget to explicitly return something, the loop will
just fall through and the whole run will quietly end.
lib/ZOOM/IRSpy.pm