Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570447
en ru br
ALT Linux repos
S:2.32-alt1
5.0: 2.04-alt2

Group :: Development/Perl
RPM: perl-HTML-Lint

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.04-alt2
Build date: 18 september 2008, 12:51 ( 814.4 weeks ago )
Size: 25.80 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: check for HTML errors in a string or file
Description:

my $lint = HTML::Lint->new;
   $lint->only_types( HTML::Lint::STRUCTURE );

   $lint->parse( $data );
   $lint->parse_file( $filename );

   my $error_count = $lint->errors;

   foreach my $error ( $lint->errors ) {
       print $error->as_string, "\n";
   }

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-HTML-Lint
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin