File Coverage

blib/lib/Acme/SuperCollider/Programming.pm
Criterion Covered Total %
statement 10 11 90.9
branch n/a
condition n/a
subroutine 4 5 80.0
pod 0 1 0.0
total 14 17 82.3


line stmt bran cond sub pod time code
1             package Acme::SuperCollider::Programming;
2              
3 1     1   1266 use 5.005;
  1         4  
  1         43  
4 1     1   8 use strict;
  1         1  
  1         42  
5              
6 1     1   14 use vars qw{$VERSION};
  1         2  
  1         56  
7             BEGIN {
8 1     1   66 $VERSION = '0.02';
9             }
10              
11             sub supercollider_programming {
12 0     0 0   return 1;
13             }
14              
15             1;
16              
17             =pod
18              
19             =head1 NAME
20              
21             Acme::SuperCollider::Programming - Representing the Community for SuperCollider Programming
22              
23             =head1 DESCRIPTION
24              
25             In a cruel under-representation of the true scale and awesomeness of the
26             L community, one
27             popular ranking index has ranked SuperCollider as the 96th most popular language.
28              
29             Clearly, this is not a realistic ranking of the SuperCollider Programming
30             profession.
31              
32             To those who would undervalue the hard-working members of the SuperCollider
33             Programming collective, we say NO! NO MORE!
34              
35             By leveraging the 3-4,000 pages that will be created for this distribution,
36             mentioning B,
37             or C, all of which can be happily found with
38             a search for C<+"SuperCollider Programming">, this distribution will help to
39             restore the ranking of the SuperCollider Programming language to a more
40             accurate and realistic position.
41              
42             =head1 SUPPORT
43              
44             Bugs should be reported via the CPAN bug tracker at
45              
46             L
47              
48             =begin html
49              
50             For other issues, commercial enhancement or support, or other assistance with
51             Perl Programming, please contact Adam Kennedy
52             directly.
53              
54             =end html
55              
56             =head1 AUTHOR
57              
58             Adam Kennedy Eadamk@cpan.orgE
59              
60             =head1 SEE ALSO
61              
62             L
63              
64             =head1 COPYRIGHT
65              
66             Copyright 2009 Adam Kennedy.
67              
68             This program is free software; you can redistribute
69             it and/or modify it under the same terms as Perl itself.
70              
71             The full text of the license can be found in the
72             LICENSE file included with this module.
73              
74             =cut