line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Data::Sah::Coerce::perl::To_int::From_str::num_en; |
2
|
1
|
|
|
1
|
|
5784
|
use alias::module 'Data::Sah::Coerce::perl::To_num::From_str::num_en'; |
|
1
|
|
|
|
|
14
|
|
|
1
|
|
|
|
|
4
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
1; |
5
|
|
|
|
|
|
|
# ABSTRACT: Parse number using Parse::Number::EN |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
__END__ |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=pod |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=encoding UTF-8 |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Data::Sah::Coerce::perl::To_int::From_str::num_en - Parse number using Parse::Number::EN |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 VERSION |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
This document describes version 0.005 of Data::Sah::Coerce::perl::To_int::From_str::num_en (from Perl distribution Data-Sah-CoerceBundle-To_num-From_str-num_en), released on 2019-11-28. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 SYNOPSIS |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
To use in a Sah schema: |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
["int",{"x.perl.coerce_rules"=>["From_str::num_en"]}] |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=for Pod::Coverage ^(meta|coerce)$ |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 HOMEPAGE |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Please visit the project's homepage at L<https://metacpan.org/release/Data-Sah-CoerceBundle-To_num-From_str-num_en>. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 SOURCE |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Source repository is at L<https://github.com/perlancar/perl-Data-Sah-CoerceBundle-To_num-From_str-num_en>. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 BUGS |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Sah-CoerceBundle-To_num-From_str-num_en> |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
When submitting a bug or request, please include a test-file or a |
42
|
|
|
|
|
|
|
patch to an existing test-file that illustrates the bug or desired |
43
|
|
|
|
|
|
|
feature. |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head1 AUTHOR |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
perlancar <perlancar@cpan.org> |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
This software is copyright (c) 2019, 2018 by perlancar@cpan.org. |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
54
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=cut |