![]() |
![]()
| ![]() |
![]()
NAMEText::Diff3::Factory - factory for component used by Text::Diff3 modules. VERSION0.08 SYNOPSISuse Text::Diff3; my $f = Text::Diff3::Factory->new; my $p = $f->create_diff3; my $mytext = $f->create_text([ map{chomp;$_} <F0> ]); DESCRIPTIONThis is the factory for the Text::Diff3 modules. It provides you to make data and processing instances, such as text, diff3, and diff. If you need to use some data or processor class, you replace this as your like. METHODS
COMPATIBILITYUse 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. AUTHORMIZUTANI Tociyuki "<tociyuki@gmail.com>". LICENSE AND COPYRIGHTCopyright (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.
|