• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/WebService/Validator/CSS/H19-Jan-2007-421142

t/H19-Jan-2007-2519

ChangesH A D19-Jan-2007808 2517

MANIFESTH A D08-Sep-2005191 87

META.ymlH A D19-Jan-2007564 1715

Makefile.PLH A D18-Jan-2007780 2217

READMEH A D31-Oct-2005944 3625

README

1WebService-Validator-CSS-W3C version 0.1
2=========================================
3
4This module is a Web Service interface to the W3C CSS Validation online
5service <http://jigsaw.w3.org/css-validator/>, based on its
6SOAP 1.2 support. It helps to find errors in Cascading Style Sheets.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  Class::Accessor
22  LWP::UserAgent
23  URI::QueryParam
24  SOAP::Lite
25  URI
26  Carp
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2004 by Bjoern Hoehrmann <bjoern@hoehrmann.de>
31Maintained by Bjoern Hoehrmann and olivier Thereaux <ot@w3.org>
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself, either Perl version 5.8.2 or,
35at your option, any later version of Perl 5 you may have available.
36