File Coverage

blib/lib/Acme/MetaSyntactic/barbarella.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::barbarella;
2 1     1   98241 use strict;
  1         4  
  1         38  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         2  
  1         91  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::barbarella - Characters from the movie
12              
13             =head1 DESCRIPTION
14              
15             According to L,
16             Jean-Claude Forest created the character of Barbarella for I
17             in 1962. Barbarella was an immediate runaway bestseller and was soon
18             translated in a dozen countries. Not long after, it was adapted into
19             a major motion picture, starring Jane Fonda, for which Forest acted as
20             design consultant.
21              
22             This theme lists the main characters from the 1968 movie, I,
23             starring Jane Fonda.
24              
25             The list is taken from L.
26              
27             =head1 CONTRIBUTOR
28              
29             Abigail
30              
31             =head1 CHANGES
32              
33             =over 4
34              
35             =item *
36              
37             2012-05-07
38              
39             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
40              
41             =item *
42              
43             2006-01-16
44              
45             Introduced in Acme-MetaSyntactic version 0.57.
46              
47             =item *
48              
49             2005-10-26
50              
51             Submitted by Abigail.
52              
53             =back
54              
55             =head1 SEE ALSO
56              
57             L, L,
58              
59             =cut
60              
61             __DATA__