Perinci::Object::Metadata(3pm) | User Contributed Perl Documentation | Perinci::Object::Metadata(3pm) |
Perinci::Object::Metadata - Base class for Perinci::Object metadata classes
This document describes version 0.311 of Perinci::Object::Metadata (from Perl distribution Perinci-Object), released on 2020-01-02.
Constructor.
Get version.
Get underlying data structure.
Return type (e.g. "function", "package").
Get or set property value in the specified language (i.e., either in "prop" or "prop.alt.lang.XXX" properties).
Known options:
Defaults to metadata's "default_lang" (which in turns default to "en_US" if unspecified).
If set to true, text with different language than the language requested will be marked, e.g. "I love you" requested in Indonesian language where the value for that language is unavailable will result in "{en_US I love you}" being returned.
Get or set "name" property. Will call "langprop()".
Get or set "summary" property. Will call "langprop()".
Get or set "description" property. Will call "langprop()".
Get or set "caption" property. Will call "langprop()".
Please visit the project's homepage at <https://metacpan.org/release/Perinci-Object>.
Source repository is at <https://github.com/perlancar/perl-Perinci-Object>.
Please report any bugs or feature requests on the bugtracker website <https://github.com/perlancar/perl-Perinci-Object/issues>
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
perlancar <perlancar@cpan.org>
This software is copyright (c) 2021, 2017, 2016, 2015, 2014, 2013, 2012, 2011 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-10-13 | perl v5.34.0 |