| 
 
 NAMEMason::Component::ClassMeta - Meta-information about Mason component class SYNOPSIS    # In a component:
    My path is <% $.cmeta->path %>
    My source file is <% $.cmeta->source_file %>
DESCRIPTIONEvery 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. 
 SEE ALSOMason AUTHORJonathan Swartz <swartz@pobox.com> COPYRIGHT AND LICENSEThis 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. 
 
  |