1Devel::Cover::Web(3) User Contributed Perl Documentation Devel::Cover::Web(3)
2
3
4
6 Devel::Cover::Web - Files for JavaScript or CSS
7
9 version 1.40
10
12 use Devel::Cover::Web "write_file";
13
14 write_file $directory, $file;
15 write_file $directory, "all";
16 write_file $directory, "js";
17 write_file $directory, "css";
18
20 This module allows JavaScript and CSS files to be written to a
21 specified directory.
22
24 write_file($directory, $file)
25 Output the specified file to the specified directory.
26
28 Devel::Cover::Report::Html_basic
29 cpancover
30
32 Huh?
33
35 Copyright 2007-2023, Paul Johnson (paul@pjcj.net) except where
36 otherwise noted.
37
38 This software is free. It is licensed under the same terms as Perl
39 itself, except where otherwise noted.
40
41 The latest version of this software should be available from my
42 homepage: http://www.pjcj.net
43
44
45
46perl v5.38.2 2023-11-30 Devel::Cover::Web(3)