The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Form::Factory::Control::Role::HiddenValue;
$Form::Factory::Control::Role::HiddenValue::VERSION = '0.022';
use Moose::Role;

# ABSTRACT: hidden controls



1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Form::Factory::Control::Role::HiddenValue - hidden controls

=head1 VERSION

version 0.022

=head1 DESCRIPTION

This role marks a control as being hidden. These controls are not be rendered.

=head1 AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut