File Coverage

blib/lib/TableData/Lingua/Word/EN/ByClass/Adverb/TalkEnglish.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package TableData::Lingua::Word::EN::ByClass::Adverb::TalkEnglish;
2              
3 1     1   388379 use strict;
  1         2  
  1         93  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2025-01-13'; # DATE
7             our $DIST = 'TableDataBundle-Lingua-Word-EN-ByClass-Adverb'; # DIST
8             our $VERSION = '0.003'; # VERSION
9              
10 1     1   534 use Role::Tiny::With;
  1         7539  
  1         102  
11             with 'TableDataRole::Source::CSVInDATA';
12              
13             1;
14             # ABSTRACT: List of words that are used as adverbs only, from talkenglish.com
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             TableData::Lingua::Word::EN::ByClass::Adverb::TalkEnglish - List of words that are used as adverbs only, from talkenglish.com
23              
24             =head1 VERSION
25              
26             This document describes version 0.003 of TableData::Lingua::Word::EN::ByClass::Adverb::TalkEnglish (from Perl distribution TableDataBundle-Lingua-Word-EN-ByClass-Adverb), released on 2025-01-13.
27              
28             =head1 HOMEPAGE
29              
30             Please visit the project's homepage at L.
31              
32             =head1 SOURCE
33              
34             Source repository is at L.
35              
36             =head1 SEE ALSO
37              
38             L
39              
40             L,
41             L
42              
43             Other C modules.
44              
45             L
46              
47             =head1 AUTHOR
48              
49             perlancar
50              
51             =head1 CONTRIBUTING
52              
53              
54             To contribute, you can send patches by email/via RT, or send pull requests on
55             GitHub.
56              
57             Most of the time, you don't need to build the distribution yourself. You can
58             simply modify the code, then test via:
59              
60             % prove -l
61              
62             If you want to build the distribution (e.g. to try to install it locally on your
63             system), you can install L,
64             L,
65             L, and sometimes one or two other
66             Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond
67             that are considered a bug and can be reported to me.
68              
69             =head1 COPYRIGHT AND LICENSE
70              
71             This software is copyright (c) 2025 by perlancar .
72              
73             This is free software; you can redistribute it and/or modify it under
74             the same terms as the Perl 5 programming language system itself.
75              
76             =head1 BUGS
77              
78             Please report any bugs or feature requests on the bugtracker website L
79              
80             When submitting a bug or request, please include a test-file or a
81             patch to an existing test-file that illustrates the bug or desired
82             feature.
83              
84             =cut
85              
86             __DATA__