File Coverage

blib/lib/Data/Sah/Coerce/perl/float/str_num_en.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Data::Sah::Coerce::perl::float::str_num_en;
2 1     1   1355 use alias::module 'Data::Sah::Coerce::perl::num::str_num_en';
  1         2  
  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::float::str_num_en - Parse number using Parse::Number::EN
16              
17             =head1 VERSION
18              
19             This document describes version 0.002 of Data::Sah::Coerce::perl::float::str_num_en (from Perl distribution Data-Sah-CoerceBundle-Num-str_num_en), released on 2019-07-25.
20              
21             =head1 DESCRIPTION
22              
23             The rule is not enabled by default. You can enable it in a schema using e.g.:
24              
25             ["float", "x.perl.coerce_rules"=>["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-Num-str_num_en>.
32              
33             =head1 SOURCE
34              
35             Source repository is at L<https://github.com/perlancar/perl-Data-Sah-CoerceBundle-Num-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-Num-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