| Path : /proc/self/root/lib64/perl5/vendor_perl/auto/Newt/Component/ |
| Current File : //proc/self/root/lib64/perl5/vendor_perl/auto/Newt/Component/Tag.al |
# NOTE: Derived from blib/lib/Newt.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Newt::Component;
#line 465 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Component/Tag.al)"
sub Newt::Component::Tag {
my ($self, $tag) = @_;
if ($tag) {
$self->{tag} = $tag;
return $self;
} else {
return $self->{tag};
}
}
# end of Newt::Component::Tag
1;