JSON::Any 1.03

252c252
<         croak "No $handler Object created!" unless exists $self->{[0]};
---
>         croak "No $handler Object created!" unless exists $self->[0];
297c297
<         croak "No $handler Object created!" unless exists $self->{[0]};
---
>         croak "No $handler Object created!" unless exists $self->[0];

POE::Filter::JSON 0.02のテストで擬似ハッシュは古いよって怒られる。いちおうこれでもJSON::Any 1.03のテストはクリアしたけど、きちんと確認したわけじゃないので大丈夫かどうかはわかりません。