File Coverage

blib/lib/Acme/PM/Barcelona.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::PM::Barcelona;
2              
3 1     1   25234 use warnings;
  1         1  
  1         34  
4 1     1   6 use strict;
  1         1  
  1         89  
5              
6             =head1 NAME
7              
8             Acme::PM::Barcelona - Talks and projects by Barcelona.pm
9              
10             =head1 VERSION
11              
12             Version 0.04
13              
14             =cut
15              
16             our $VERSION = '0.04';
17              
18              
19             =head1 SYNOPSIS
20              
21             This is a list of talks and projects made by Barcelona.pm as a group.
22              
23             =head1 DETAILS
24              
25             =head2 TALKS
26              
27             =over 4
28              
29             =item 19 Sep 2009 - Software Freedom Day
30              
31             The talk L consists in 12 subjects
32             presented in 5 minutes each, trying to attrack more people to our
33             Perl Mongers group, but mainly to Perl.
34              
35             =back
36              
37             =head2 PROJECTS
38              
39             =over 4
40              
41             =item Acme::PM::Barcelona::Meeting
42              
43             A way of finding out when the next meeting will take place.
44              
45             =back
46              
47             =head1 AUTHOR
48              
49             Alex Muntada, C<< >>
50              
51             =head1 BUGS
52              
53             Please report any bugs or feature requests to C, or through
54             the web interface at L. I will be notified, and then you'll
55             automatically be notified of progress on your bug as I make changes.
56              
57              
58              
59              
60             =head1 SUPPORT
61              
62             You can find documentation for this module with the perldoc command.
63              
64             perldoc Acme::PM::Barcelona
65              
66              
67             You can also look for information at:
68              
69             =over 4
70              
71             =item * RT: CPAN's request tracker
72              
73             L
74              
75             =item * AnnoCPAN: Annotated CPAN documentation
76              
77             L
78              
79             =item * CPAN Ratings
80              
81             L
82              
83             =item * Search CPAN
84              
85             L
86              
87             =back
88              
89              
90             =head1 ACKNOWLEDGEMENTS
91              
92             Barcelona Perl Mongers
93              
94             =head1 COPYRIGHT & LICENSE
95              
96             Copyright 2009 Alex Muntada, all rights reserved.
97              
98             This program is free software; you can redistribute it and/or modify it
99             under the same terms as Perl itself.
100              
101              
102             =cut
103              
104             1; # End of Acme::PM::Barcelona