File Coverage

blib/lib/Acme/MetaSyntactic/browser.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::browser;
2 1     1   81433 use strict;
  1         7  
  1         36  
3 1     1   7 use Acme::MetaSyntactic::List;
  1         6  
  1         94  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::browser - The "browser" theme
14              
15             =head1 DESCRIPTION
16              
17             Some famous web browsers.
18              
19             Evolt.org maintains a browser archive at L.
20             The information in the archive was not used to create this list.
21              
22             Wikipedia maintains a large list of web browsers at
23             L.
24              
25             =head1 CONTRIBUTORS
26              
27             Philippe "BooK" Bruhat, Sébastien Aperghis-Tramoni, Rafaël Garcia-Suarez.
28              
29             =head1 CHANGES
30              
31             =over 4
32              
33             =item *
34              
35             2012-05-14 - v1.001
36              
37             Updated with an C<=encoding> pod command
38             in Acme-MetaSyntactic-Themes version 1.001.
39              
40             =item *
41              
42             2012-05-07 - v1.000
43              
44             Updated with Google Chrome, and
45             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
46              
47             =item *
48              
49             2006-10-16
50              
51             Updated in Acme-MetaSyntactic version 0.96.
52              
53             =item *
54              
55             2006-04-17
56              
57             Updated in Acme-MetaSyntactic version 0.70.
58              
59             =item *
60              
61             2005-01-16
62              
63             Introduced in Acme-MetaSyntactic version 0.05.
64              
65             =back
66              
67             =head1 SEE ALSO
68              
69             L, L.
70              
71             =cut
72              
73             __DATA__