Package perl-HTML-Lint: Information

    Source package: perl-HTML-Lint
    Version: 2.04-alt2
    Build time:  Sep 18, 2008, 02:02 PM
    Category: Development/Perl
    Report package bug
    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";
        }

    List of rpms provided by this srpm:
    perl-HTML-Lint (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov


      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage
      3. perl-libwww

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 2.04-alt2
    - fix directory ownership violation
    July 1, 2008 Vitaly Lipatov 2.04-alt1
    - initial build for ALT Linux Sisyphus