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

YAML::Marshall - YAML marshalling class you can mixin to your classes

Author

       ingy döt Net <ingy@cpan.org>

Description

       For classes that want to handle their own YAML serialization.

Name

       YAML::Marshall - YAML marshalling class you can mixin to your classes

Synopsis

           package Bar;
           use Foo -base;
           use YAML::Marshall -mixin;

See Also