NAME
App::Parcimonie::Role::HasEncoding - role to provide an Encode::Encoding objet for the codeset being usedSYNOPSIS
use Moo; with 'App::Parcimonie::Role::HasEncoding'; sub foo { $self->encoding->decode("bla") } See App::Parcimonie::Daemon for a real-life usage example.
2020-04-25 | perl v5.30.0 |