Algorithm-Diff-HTMLTable

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    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

lib/Algorithm/Diff/HTMLTable.pm  view on Meta::CPAN

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

=head1 VERSION

version 0.05

=head1 SYNOPSIS

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

=head1 DESCRIPTION

=head1 METHODS

=head2 new

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

Available options:

=over 4

=item * id

=item * encoding



( run in 0.982 second using v1.01-cache-2.11-cpan-49f99fa48dc )