NAME
Renard::Curie::Component::Role::UIFileFromPackageName - Role to obtain name of Glade UI file from the name of the package
VERSION
version 0.001_01
DESCRIPTION
See the description of the attribute ui_file
for more information.
ATTRIBUTES
ui_file
A Str
that contains the path to a Glade UI file that resides in the same directory as the .pm
file for the package that this role is used with.
For example, given a package Foo::Bar
from the file lib/Foo/Bar.pm
, the contents of ui_file
will be lib/Foo/Bar.glade
.
See the ui_file
attribute in Renard::Curie::Component::Role::FromBuilder.
AUTHOR
Project Renard
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Project Renard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.