NAME
Data::Decode::Chain - Chain Multiple Decoders
SYNOPSIS
Data::Decode->new(
strategy => Data::Decode::Chain->new(
decoders => [
Data::Decode::Whatever->new,
Data::Decode::SomethingElse->new
]
)
);
Data::Decode::Chain - Chain Multiple Decoders
Data::Decode->new(
strategy => Data::Decode::Chain->new(
decoders => [
Data::Decode::Whatever->new,
Data::Decode::SomethingElse->new
]
)
);