File Coverage

blib/lib/Acme/MetaSyntactic/robin.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::robin;
2 1     1   111136 use strict;
  1         4  
  1         45  
3 1     1   17 use Acme::MetaSyntactic::List;
  1         11  
  1         91  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::robin - The Robin theme
12              
13             =head1 DESCRIPTION
14              
15             Robin's exclamations, from the Batman 60's serial (this serial's a great
16             source of sill^Wmetasyntactical stuff).
17              
18             The list of Robin's exclamations comes from this page:
19             L.
20              
21             Robin's exclamations are also recorded here, with additional details:
22             L.
23              
24             =head1 CONTRIBUTOR
25              
26             Philippe "BooK" Bruhat.
27              
28             =head1 CHANGES
29              
30             =over 4
31              
32             =item *
33              
34             2015-06-08 - v1.001
35              
36             Fixed a typo in Acme-MetaSyntactic-Themes version 1.046.
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-03-28
47              
48             Duplicates removed in Acme-MetaSyntactic version 0.15.
49              
50             =item *
51              
52             2005-01-14
53              
54             Introduced in Acme-MetaSyntactic version 0.03.
55              
56             =back
57              
58             =head1 SEE ALSO
59              
60             L, L.
61              
62             =cut
63              
64             __DATA__