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)
commite86f7caa109d786ce8a946655bb33368c2789cf4
tree3545029e2d482f3cdb233d7232f6b84120f3e03f
parentc4d3330e57e29a622241f7b9a2573d4c687cee5b
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