File Coverage

blib/lib/Acme/MetaSyntactic/teletubbies.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::teletubbies;
2 1     1   101603 use strict;
  1         13  
  1         56  
3 1     1   18 use Acme::MetaSyntactic::List;
  1         6  
  1         96  
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::teletubbies - The teletubbies theme
14              
15             =head1 DESCRIPTION
16              
17             Over the hills and far away, Teletubbies come to play.
18              
19             =head1 CONTRIBUTOR
20              
21             Philippe "BooK" Bruhat.
22              
23             =head1 ACKNOWLEDGMENT
24            
25             Thanks to Jérôme Fenal, for inspiration over IRC.
26              
27             =head1 CHANGES
28              
29             =over 4
30              
31             =item *
32              
33             2012-05-14 - v1.001
34              
35             Updated with an C<=encoding> pod command
36             in Acme-MetaSyntactic-Themes version 1.001.
37              
38             =item *
39              
40             2012-05-07 - v1.000
41              
42             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
43              
44             =item *
45              
46             2005-05-23
47              
48             Introduced in Acme-MetaSyntactic version 0.23.
49              
50             =back
51              
52             =head1 SEE ALSO
53              
54             L, L.
55              
56             =cut
57              
58             __DATA__