The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perinci::Sub::Property::arg::form - Specify form-related information in argument specification

VERSION

This document describes version 0.03 of Perinci::Sub::Property::arg::form (from Perl distribution Perinci-Sub-Property-arg-form), released on 2016-05-11.

SYNOPSIS

In function Rinci metadata:

 args => {
     arg1 => {
         ...,
         'form.widget' => ...,
     },
 }

DESCRIPTION

This property is to allow form-related attributes in argument specification.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Perinci-Sub-Property-arg-form.

SOURCE

Source repository is at https://github.com/perlancar/perl-Perinci-Sub-Property-arg-form.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Sub-Property-arg-form

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by perlancar@cpan.org.

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