1Mojolicious::Plugin::AsUsseetrPaCcokn:t:rUitbiult(e3d)PMeorjlolDiocciuomuesn:t:aPtliuognin::AssetPack::Util(3)
2
3
4
6 Mojolicious::Plugin::AssetPack::Util - Utility functions for pipes
7
9 Mojolicious::Plugin::AssetPack::Util holds utility functions.
10
12 use Mojolicious::Plugin::AssetPack::Util;
13 use Mojolicious::Plugin::AssetPack::Util qw(checksum diag DEBUG)
14
16 checksum
17 $str = checksum $bytes;
18
19 Used to calculate checksum of $bytes.
20
21 diag
22 diag "some messsage";
23 diag "some %s", "messsage";
24
25 Same as warn(), but with a prefix. It will also use sprintf() if more
26 than one argument is given.
27
28 dumper
29 $str = dumper $any;
30
31 Dump a Perl data structure into a single line with Data::Dumper.
32
33 has_ro
34 Same as "has" in Mojo::Base, but creates a read-only attribute.
35
36 load_module
37 $module = load_module $module;
38
39 Used to load a $module. Will confess on failure.
40
42 Mojolicious::Plugin::AssetPack.
43
44
45
46perl v5.38.0 2023-0M7o-j2o0licious::Plugin::AssetPack::Util(3)