File Coverage

blib/lib/Acme/MetaSyntactic/linux.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::linux;
2 1     1   85198 use strict;
  1         11  
  1         55  
3 1     1   10 use Acme::MetaSyntactic::List;
  1         10  
  1         423  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.034';
6              
7             our %Remote = (
8             source => 'http://distrowatch.com/',
9             extract => sub {
10             my @forms = $_[0] =~ m{}gs;
11             return
12             map {
13             s/\@/_at_/g; s/\+/_plus_/g;
14             s/^0/Zero/; s/^2/Two/; s/^3/Three/; s/^4/Four/;
15             s/^_|_$//g; s/_+/_/g;
16             $_
17             }
18             map { Acme::MetaSyntactic::RemoteList::tr_nonword($_) }
19             map { Acme::MetaSyntactic::RemoteList::tr_accent($_) }
20             map { Acme::MetaSyntactic::RemoteList::tr_utf8_basic($_) }
21             $forms[0] =~ m!!g;
22             }
23             );
24              
25             __PACKAGE__->init();
26              
27             1;
28              
29             =head1 NAME
30              
31             Acme::MetaSyntactic::linux - The Linux theme
32              
33             =head1 DESCRIPTION
34              
35             This theme contains the lists all the known and less
36             known Linux distributions, as maintained by DistroWatch on
37             L.
38              
39             Note that the distribution list also contains the *BSD projects.
40              
41             =head1 CONTRIBUTOR
42              
43             Philippe Bruhat (BooK).
44              
45             =head1 CHANGES
46              
47             =over 4
48              
49             =item *
50              
51             2019-07-29 - v1.034
52              
53             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.053.
54              
55             =item *
56              
57             2018-10-29 - v1.033
58              
59             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.052.
60              
61             =item *
62              
63             2017-11-13 - v1.032
64              
65             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.051.
66              
67             =item *
68              
69             2017-06-12 - v1.031
70              
71             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.050.
72              
73             =item *
74              
75             2016-03-21 - v1.030
76              
77             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.049.
78              
79             =item *
80              
81             2015-10-19 - v1.029
82              
83             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.048.
84              
85             =item *
86              
87             2015-08-10 - v1.028
88              
89             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.047.
90              
91             =item *
92              
93             2015-06-08 - v1.027
94              
95             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.046.
96              
97             =item *
98              
99             2015-02-02 - v1.026
100              
101             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.045.
102              
103             =item *
104              
105             2015-01-05 - v1.025
106              
107             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.044.
108              
109             =item *
110              
111             2014-10-13 - v1.024
112              
113             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.043.
114              
115             =item *
116              
117             2014-09-15 - v1.023
118              
119             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.042.
120              
121             =item *
122              
123             2014-08-18 - v1.022
124              
125             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.041.
126              
127             =item *
128              
129             2014-06-16 - v1.021
130              
131             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.040.
132              
133             =item *
134              
135             2014-04-07 - v1.020
136              
137             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.039.
138              
139             =item *
140              
141             2013-12-09 - v1.019
142              
143             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.038.
144              
145             =item *
146              
147             2013-10-14 - v1.018
148              
149             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.037.
150              
151             =item *
152              
153             2013-09-16 - v1.017
154              
155             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.036.
156              
157             =item *
158              
159             2013-07-29 - v1.016
160              
161             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.035.
162              
163             =item *
164              
165             2013-07-22 - v1.015
166              
167             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.034.
168              
169             =item *
170              
171             2013-06-17 - v1.014
172              
173             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.033.
174              
175             =item *
176              
177             2013-06-03 - v1.013
178              
179             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.032.
180              
181             =item *
182              
183             2013-03-25 - v1.012
184              
185             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.031.
186              
187             =item *
188              
189             2013-02-18 - v1.011
190              
191             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.030.
192              
193             =item *
194              
195             2013-01-14 - v1.010
196              
197             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.029.
198              
199             =item *
200              
201             2012-11-19 - v1.009
202              
203             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.028.
204              
205             =item *
206              
207             2012-10-29 - v1.008
208              
209             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.025.
210              
211             =item *
212              
213             2012-10-22 - v1.007
214              
215             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.024.
216              
217             =item *
218              
219             2012-10-01 - v1.006
220              
221             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.021.
222              
223             =item *
224              
225             2012-09-10 - v1.005
226              
227             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.018.
228              
229             =item *
230              
231             2012-08-27 - v1.004
232              
233             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.016.
234              
235             =item *
236              
237             2012-07-23 - v1.003
238              
239             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.011.
240              
241             =item *
242              
243             2012-06-25 - v1.002
244              
245             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.007.
246              
247             =item *
248              
249             2012-05-28 - v1.001
250              
251             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.003.
252              
253             =item *
254              
255             2012-05-07 - v1.000
256              
257             Updated with new extraction code and changes since November 2006, and
258             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
259              
260             =item *
261              
262             2006-11-06
263              
264             Updated from the source web site in Acme-MetaSyntactic version 0.99.
265              
266             =item *
267              
268             2006-10-30
269              
270             Updated from the source web site in Acme-MetaSyntactic version 0.98.
271              
272             =item *
273              
274             2006-10-23
275              
276             Updated from the source web site in Acme-MetaSyntactic version 0.97.
277              
278             =item *
279              
280             2006-10-09
281              
282             Introduced in Acme-MetaSyntactic version 0.95.
283              
284             =back
285              
286             =head1 DEDICATION
287              
288             This module is dedicated to the Linux kernel for its fifteenth
289             anniversary. Linux was first published on the C newsgroup
290             on October 5, 1991.
291             See L
292              
293             Linux was announced on C on August 25, 1991.
294             See L
295              
296             =head1 SEE ALSO
297              
298             L, L.
299              
300             =cut
301              
302             __DATA__