File Coverage

blib/lib/Task/BeLike/ZAKAME.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Task::BeLike::ZAKAME;
2 1     1   745 use 5.008005;
  1         3  
3 1     1   5 use strict;
  1         2  
  1         19  
4 1     1   4 use warnings;
  1         2  
  1         49  
5              
6             our $VERSION = "0.23";
7              
8              
9              
10             'Derp.';
11             __END__
12            
13             =encoding utf-8
14            
15             =head1 NAME
16            
17             Task::BeLike::ZAKAME - Be like ZAKAME
18            
19             =head1 DESCRIPTION
20            
21             This L<Task> module lets you install all the modules I currently use.
22            
23             See the C<cpanfile> for the list.
24            
25             =head1 LICENSE
26            
27             Copyright (C) Zak B. Elep.
28            
29             This library is free software; you can redistribute it and/or modify
30             it under the same terms as Perl itself.
31            
32             =head1 AUTHOR
33            
34             Zak B. Elep E<lt>zakame@cpan.orgE<gt>
35            
36             =cut
37            
38