NAME

    Algorithm::Diff::HTMLTable - Show differences of a file as a HTML table

VERSION

    version 0.05

SYNOPSIS

        my $builder = Algorithm::Diff::HTMLTable->new(
           id       => 'diff_table',
           encoding => 'utf8',
        );
        
        $diff = $builder->diff( $sourcefile, $targetfile );

DESCRIPTION

METHODS

 new

        my $builder = Algorithm::Diff::HTMLTable->new(
           id       => 'diff_table',
           encoding => 'utf8',
        );

    Available options:

      * id

      * encoding

      * eol

 diff

        $diff = $builder->diff( $sourcefile, $targetfile );

AUTHOR

    Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

    This software is Copyright (c) 2015 by Renee Baecker.

    This is free software, licensed under:

      The Artistic License 2.0 (GPL Compatible)