NAME
Data::Sah::Coerce::perl::To_str::From_str::normalize_cryptoexchange_account - Normalize cryptoexchange account
VERSION
This document describes version 0.009 of Data::Sah::Coerce::perl::To_str::From_str::normalize_cryptoexchange_account (from Perl distribution Data-Sah-CoerceBundle-App-cryp), released on 2019-11-28.
SYNOPSIS
To use in a Sah schema:
["str",{"x.perl.coerce_rules"=>["From_str::normalize_cryptoexchange_account"]}]
DESCRIPTION
Cryptoexchange account is of the following format:
cryptoexchange/account
where cryptoexchange
is the name/code/safename of cryptoexchange as listed in CryptoExchange::Catalog. This coercion rule normalizes cryptoexchange into safename and will die if name/code/safename is not listed in the catalog module.
account
must also be [A-Za-z0-9_-]+ only and not exceed 64 characters in length.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Data-Sah-CoerceBundle-App-cryp.
SOURCE
Source repository is at https://github.com/perlancar/perl-Data-Sah-CoerceBundle-App-cryp.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Sah-CoerceBundle-App-cryp
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) 2019, 2018 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.