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 2     2   1170499 use strict;
  2         12  
  2         132  
3 2     2   589 use Acme::MetaSyntactic::List;
  2         23868  
  2         1028  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.038';
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             2026-01-26 - v1.038
52              
53             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.057.
54              
55             =item *
56              
57             2026-01-12 - v1.037
58              
59             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.056.
60              
61             =item *
62              
63             2021-04-30 - v1.036
64              
65             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.055.
66              
67             =item *
68              
69             2019-10-28 - v1.035
70              
71             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.054.
72              
73             =item *
74              
75             2019-07-29 - v1.034
76              
77             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.053.
78              
79             =item *
80              
81             2018-10-29 - v1.033
82              
83             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.052.
84              
85             =item *
86              
87             2017-11-13 - v1.032
88              
89             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.051.
90              
91             =item *
92              
93             2017-06-12 - v1.031
94              
95             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.050.
96              
97             =item *
98              
99             2016-03-21 - v1.030
100              
101             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.049.
102              
103             =item *
104              
105             2015-10-19 - v1.029
106              
107             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.048.
108              
109             =item *
110              
111             2015-08-10 - v1.028
112              
113             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.047.
114              
115             =item *
116              
117             2015-06-08 - v1.027
118              
119             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.046.
120              
121             =item *
122              
123             2015-02-02 - v1.026
124              
125             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.045.
126              
127             =item *
128              
129             2015-01-05 - v1.025
130              
131             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.044.
132              
133             =item *
134              
135             2014-10-13 - v1.024
136              
137             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.043.
138              
139             =item *
140              
141             2014-09-15 - v1.023
142              
143             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.042.
144              
145             =item *
146              
147             2014-08-18 - v1.022
148              
149             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.041.
150              
151             =item *
152              
153             2014-06-16 - v1.021
154              
155             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.040.
156              
157             =item *
158              
159             2014-04-07 - v1.020
160              
161             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.039.
162              
163             =item *
164              
165             2013-12-09 - v1.019
166              
167             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.038.
168              
169             =item *
170              
171             2013-10-14 - v1.018
172              
173             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.037.
174              
175             =item *
176              
177             2013-09-16 - v1.017
178              
179             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.036.
180              
181             =item *
182              
183             2013-07-29 - v1.016
184              
185             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.035.
186              
187             =item *
188              
189             2013-07-22 - v1.015
190              
191             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.034.
192              
193             =item *
194              
195             2013-06-17 - v1.014
196              
197             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.033.
198              
199             =item *
200              
201             2013-06-03 - v1.013
202              
203             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.032.
204              
205             =item *
206              
207             2013-03-25 - v1.012
208              
209             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.031.
210              
211             =item *
212              
213             2013-02-18 - v1.011
214              
215             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.030.
216              
217             =item *
218              
219             2013-01-14 - v1.010
220              
221             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.029.
222              
223             =item *
224              
225             2012-11-19 - v1.009
226              
227             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.028.
228              
229             =item *
230              
231             2012-10-29 - v1.008
232              
233             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.025.
234              
235             =item *
236              
237             2012-10-22 - v1.007
238              
239             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.024.
240              
241             =item *
242              
243             2012-10-01 - v1.006
244              
245             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.021.
246              
247             =item *
248              
249             2012-09-10 - v1.005
250              
251             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.018.
252              
253             =item *
254              
255             2012-08-27 - v1.004
256              
257             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.016.
258              
259             =item *
260              
261             2012-07-23 - v1.003
262              
263             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.011.
264              
265             =item *
266              
267             2012-06-25 - v1.002
268              
269             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.007.
270              
271             =item *
272              
273             2012-05-28 - v1.001
274              
275             Updated from the source web site in Acme-MetaSyntactic-Themes version 1.003.
276              
277             =item *
278              
279             2012-05-07 - v1.000
280              
281             Updated with new extraction code and changes since November 2006, and
282             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
283              
284             =item *
285              
286             2006-11-06
287              
288             Updated from the source web site in Acme-MetaSyntactic version 0.99.
289              
290             =item *
291              
292             2006-10-30
293              
294             Updated from the source web site in Acme-MetaSyntactic version 0.98.
295              
296             =item *
297              
298             2006-10-23
299              
300             Updated from the source web site in Acme-MetaSyntactic version 0.97.
301              
302             =item *
303              
304             2006-10-09
305              
306             Introduced in Acme-MetaSyntactic version 0.95.
307              
308             =back
309              
310             =head1 DEDICATION
311              
312             This module is dedicated to the Linux kernel for its fifteenth
313             anniversary. Linux was first published on the C newsgroup
314             on October 5, 1991.
315             See L
316              
317             Linux was announced on C on August 25, 1991.
318             See L
319              
320             =head1 SEE ALSO
321              
322             L, L.
323              
324             =cut
325              
326             __DATA__