File Coverage

blib/lib/Bundle/SDK/COG.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 Bundle::SDK::COG;
2              
3 1     1   33650 use warnings;
  1         4  
  1         33  
4 1     1   5 use strict;
  1         1  
  1         69  
5              
6             =head1 NAME
7              
8             Bundle::SDK::COG - CPAN Bundle for modules COG uses
9              
10             =cut
11              
12             our $VERSION = '0.04';
13              
14             =head1 SYNOPSIS
15              
16             cpan Bundle::SDK::COG
17              
18             =head1 CONTENTS
19              
20             Bundle::CPAN
21              
22             Bundle::Test
23              
24             Test::Pod::Coverage
25              
26             Bundle::COG
27              
28             Astro::MoonPhase
29              
30             CPAN::Mini
31              
32             Date::DayOfWeek
33              
34             Module::Starter
35              
36             Perl::Tidy
37              
38             Spork
39              
40             Time::HiRes
41              
42             WWW::Mechanize
43              
44             Devel::Cover
45              
46             App::Ack
47              
48             Catalyst::Devel
49              
50             Catalyst::Runtime
51              
52             DBD::mysql
53              
54             DBI
55              
56             Data::Dump
57              
58             DateTime
59              
60             File::Compare
61              
62             File::RandomLine
63              
64             Getopt::Euclid
65              
66             Getopt::Std
67              
68             HTML::TagCloud
69              
70             IO::Socket
71              
72             JSON
73              
74             List::Util
75              
76             List::MoreUtils
77              
78             Log::Log4perl
79              
80             Net::Twitter
81              
82             Perl::Critic
83              
84             Perl6::Say
85              
86             Perl6::Slurp
87              
88             Pod::Coverage
89              
90             Pod::Webserver
91              
92             Regexp::Common
93              
94             Smart::Comments
95              
96             Spreadsheet::ParseExcel
97              
98             Test::Perl::Critic
99              
100             Test::Pod
101              
102             XML::Simple
103              
104             YAML
105              
106             =head1 AUTHOR
107              
108             Jose Castro, C<< >>
109              
110             =head1 ACKNOWLEDGEMENTS
111              
112             I got the idea for this very useful (to me) Bundle out of Simon's
113             Bundle::SDK::SIMON. Apart from saving me much time whenever I go to a
114             new machine, it can also serve as a way to show others what I'm using.
115              
116             I got the nerve to do it after reading this:
117             http://use.perl.org/~Ovid/journal/26818. Afterall, "What is the CPAN
118             for?"
119              
120             =head1 COPYRIGHT & LICENSE
121              
122             Copyright 2005 Jose Castro, all rights reserved.
123              
124             This program is free software; you can redistribute it and/or modify it
125             under the same terms as Perl itself.
126              
127             =cut
128              
129             1; # End of Bundle::SDK::COG