Download: Data-Decode-0.00006.tar.gz
Dependencies
Annotate this POD
Data::Decode::Chain - Chain Multiple Decoders
Data::Decode->new( strategy => Data::Decode::Chain->new( decoders => [ Data::Decode::Whatever->new, Data::Decode::SomethingElse->new ] ) );