THRIFT-840. perl: Perl protocol handler could be more robust against unrecognised types This patch causes the protocol to throw an exception when it sees an unrecognized type instead of silently doing nothing. Patch: Conrad Hughes