Mason::Component::ClassMeta(3pm) | User Contributed Perl Documentation | Mason::Component::ClassMeta(3pm) |
Mason::Component::ClassMeta - Meta-information about Mason component class
# In a component: My path is <% $.cmeta->path %> My source file is <% $.cmeta->source_file %>
Every Mason::Component class has an associated Mason::Component::ClassMeta object, containing meta-information such as the component's path and source file. It can be accessed with the cmeta method.
Mason
Jonathan Swartz <swartz@pobox.com>
This software is copyright (c) 2012 by Jonathan Swartz.
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-05-27 | perl v5.34.0 |