1Devel::Cover::Web(3)  User Contributed Perl Documentation Devel::Cover::Web(3)
2
3
4

NAME

6       Devel::Cover::Web - Files for JavaScript or CSS
7

VERSION

9       version 1.31
10

SYNOPSIS

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

DESCRIPTION

20       This module allows JavaScript and CSS files to be written to a
21       specified directory.
22

SUBROUTINES

24   write_file($directory, $file)
25       Output the specified file to the specified directory.
26

SEE ALSO

28        Devel::Cover::Report::Html_basic
29        cpancover
30

BUGS

32       Huh?
33

LICENCE

35       Copyright 2007-2018, 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.28.1                      2018-09-18              Devel::Cover::Web(3)
Impressum