The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::Diff3::List - a list of difference sets

VERSION

0.08

SYNOPSIS

use Text::Diff3;
my $f = Text::Diff3::Factory->new;
my $diff2 = $f->create_list2;
my $diff3 = $f->create_list3;

DESCRIPTION

METHODS

$obj->as_array

Returns the clone of array.

$obj->list

Returns the body of array reference.

$obj->initialize

Sets up the object.

SEE ALSO

Text::Diff3::ListMixin

COMPATIBILITY

Use new function style interfaces introduced from version 0.08. This module remained for backward compatibility before version 0.07. This module is no longer maintenance after version 0.08.

AUTHOR

MIZUTANI Tociyuki <tociyuki@gmail.com>.

LICENSE AND COPYRIGHT

Copyright (C) 2010 MIZUTANI Tociyuki

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.