line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Mira; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
84742
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
39
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
38
|
|
5
|
1
|
|
|
1
|
|
39
|
use 5.012; |
|
1
|
|
|
|
|
8
|
|
6
|
|
|
|
|
|
|
our $VERSION = '0.0719'; |
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 |