File: Null.pm

package info (click to toggle)
libmojolicious-plugin-assetpack-perl 2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,888 kB
  • sloc: perl: 1,503; javascript: 52; makefile: 8; sh: 2
file content (23 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package Mojolicious::Plugin::AssetPack::Asset::Null;
use Mojo::Base 'Mojolicious::Plugin::AssetPack::Asset';
1;

=encoding utf8

=head1 NAME

Mojolicious::Plugin::AssetPack::Asset::Null - Skipped asset

=head1 DESCRIPTION

L<Mojolicious::Plugin::AssetPack::Asset::Null> is a subclass of
L<Mojolicious::Plugin::AssetPack::Asset> with no new functionality.

The special thing about this class is that it will be ignored when
generating output assets.

=head1 SEE ALSO

L<Mojolicious::Plugin::AssetPack>.

=cut