line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
13133
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
38
|
|
2
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
47
|
|
3
|
|
|
|
|
|
|
package Dist::Zilla::Plugin::Web; |
4
|
|
|
|
|
|
|
$Dist::Zilla::Plugin::Web::VERSION = '0.0.7'; |
5
|
|
|
|
|
|
|
# ABSTRACT: Collection of web-related plugins for DZil |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
1; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__END__ |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=encoding UTF-8 |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Dist::Zilla::Plugin::Web - Collection of web-related plugins for DZil |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 VERSION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
version 0.0.7 |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 AUTHOR |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Nickolay Platonov <nplatonov@cpan.org> |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This software is copyright (c) 2015 by Nickolay Platonov. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
33
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=cut |