File Coverage

blib/lib/Mira.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 Mira;
2              
3 1     1   48288 use strict;
  1         2  
  1         24  
4 1     1   2 use warnings;
  1         1  
  1         19  
5 1     1   14 use 5.012;
  1         5  
6             our $VERSION = '0.0720';
7              
8              
9             1;
10             __END__
11              
12             =pod
13              
14             =encoding utf8
15              
16             =head1 NAME
17              
18             Mira - module used for 'mira' site generator
19              
20             =head1 VERSION
21              
22             This document describes L<Mira> version B<0.07>.
23              
24             =head1 NOTE
25              
26             mira is a multiple static generator which use Mira modules
27              
28             =head1 AUTHOR
29              
30             kiavash <kiavash@cpan.org>
31              
32             =head1 COPYRIGHT AND LICENSE
33              
34             This program is free software; you can redistribute it and/or modify it under
35             the same terms as Perl itself.
36              
37             See L<http://www.perl.com/perl/misc/Artistic.html>
38              
39             =cut