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


Devel-Cover documentation  | view source Contained in the Devel-Cover distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 use Devel::Cover::Web "write_file";

 write_file $directory, $file;
 write_file $directory, "all";
 write_file $directory, "js";
 write_file $directory, "css";

DESCRIPTION

Top

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

SUBROUTINES

Top

write_file($directory, $file)

Output the specified file to the specified directory.

SEE ALSO

Top

 Devel::Cover::Report::Html_basic
 cpancover

BUGS

Top

Huh?

VERSION

Top

Version 0.78 - 17th May 2011

LICENCE

Top

Copyright 2007-2011, Paul Johnson (pjcj@cpan.org) except where otherwise noted.

This software is free. It is licensed under the same terms as Perl itself, except where otherwise noted.

The latest version of this software should be available from my homepage: http://www.pjcj.net


Devel-Cover documentation  | view source Contained in the Devel-Cover distribution.