logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::Parcimonie::Role::HasEncoding - role to provide an Encode::Encoding objet for the codeset being used

Contents

Name

       App::Parcimonie::Role::HasEncoding - role to provide an Encode::Encoding objet for the codeset being used

Synopsis

           use Moo;
           with 'App::Parcimonie::Role::HasEncoding';
           sub foo { $self->encoding->decode("bla") }

           See App::Parcimonie::Daemon for a real-life usage example.

perl v5.30.0                                       2020-04-25             App::Parcimonie...le::HasEncoding(3pm)

See Also