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

SYNOPSIS

9        use Devel::Cover::Web "write_file";
10
11        write_file $directory, $file;
12        write_file $directory, "all";
13        write_file $directory, "js";
14        write_file $directory, "css";
15

DESCRIPTION

17       This module allows JavaScript and CSS files to be written to a
18       specified directory.
19

SUBROUTINES

21   write_file($directory, $file)
22       Output the specified file to the specified directory.
23

SEE ALSO

25        Devel::Cover::Report::Html_basic
26        cpancover
27

BUGS

29       Huh?
30

VERSION

32       Version 0.66 - 12th April 2010
33

LICENCE

35       Copyright 2007-2010, Paul Johnson (pjcj@cpan.org) 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.12.3                      2010-04-12              Devel::Cover::Web(3)
Impressum