1HTML::FormHandler::TraiUtsse(r3)Contributed Perl DocumenHtTaMtLi:o:nFormHandler::Traits(3)
2
3
4
6 HTML::FormHandler::Traits - customized replacement for MooseX::Traits
7
9 version 0.40068
10
12 Use to get a new composed class with traits:
13
14 my $class = My::Form->with_traits( 'My::Trait', 'Another::Trait' );
15 my $form = $class->new;
16
18 FormHandler Contributors - see HTML::FormHandler
19
21 This software is copyright (c) 2017 by Gerda Shank.
22
23 This is free software; you can redistribute it and/or modify it under
24 the same terms as the Perl 5 programming language system itself.
25
26
27
28perl v5.30.0 2019-07-26 HTML::FormHandler::Traits(3)