File Coverage

blib/lib/Acme/MetaSyntactic/tokipona.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 Acme::MetaSyntactic::tokipona;
2 1     1   99458 use strict;
  1         13  
  1         58  
3 1     1   17 use Acme::MetaSyntactic::List;
  1         9  
  1         225  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7              
8             our %Remote = (
9             source => 'http://tokipona.net/tp/ClassicWordList.aspx',
10             extract => sub {
11             map { split /, / }
12             $_[0] =~ m{}mg;
13             },
14             );
15              
16             1;
17              
18             =head1 NAME
19              
20             Acme::MetaSyntactic::tokipona - Words from the Toki Pona language
21              
22             =head1 DESCRIPTION
23              
24             Toki Pona is a constructed language, with little more than a hundred words.
25             This theme has them all.
26              
27             See L.
28              
29             =head1 CONTRIBUTORS
30              
31             Abigail, Philippe Bruhat (BooK)
32              
33             =head1 CHANGES
34              
35             =over 4
36              
37             =item *
38              
39             2014-08-18 - v1.001
40              
41             Picked a new link (still from the official web site) from which to
42             get the official word list, and updated from the source web site
43             in Acme-MetaSyntactic-Themes version 1.041.
44              
45             =item *
46              
47             2012-08-20 - v1.000
48              
49             Updated from remote site, and
50             published in Acme-MetaSyntactic-Themes 1.015.
51              
52             =item *
53              
54             2012-06-26
55              
56             Added a remote list (from the official web site).
57              
58             =item *
59              
60             2005-11-19
61              
62             Submitted by Abigail.
63              
64             =back
65              
66             =head1 SEE ALSO
67              
68             L, L.
69              
70             =cut
71              
72             __DATA__