line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Mojolicious::Plugin::AssetPack::Asset::Null; |
2
|
11
|
|
|
11
|
|
70
|
use Mojo::Base 'Mojolicious::Plugin::AssetPack::Asset'; |
|
11
|
|
|
|
|
25
|
|
|
11
|
|
|
|
|
55
|
|
3
|
|
|
|
|
|
|
1; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=encoding utf8 |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Mojolicious::Plugin::AssetPack::Asset::Null - Skipped asset |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 DESCRIPTION |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
L is a subclass of |
14
|
|
|
|
|
|
|
L with no new functionality. |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
The special thing about this class is that it will be ignored when |
17
|
|
|
|
|
|
|
generating output assets. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 SEE ALSO |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
L. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=cut |