![]() |
![]()
| ![]() |
![]()
NAMEText::Diff3::Base - Text::Diff3 component's base class VERSION0.08 SYNOPSISpackage Text::Diff3::COMPONENT; use base qw(Text::Diff3::Base); __PACKAGE__->mk_attr_accessor(qw(attr1_name attr2_name)); DESCRIPTIONThis module is the base class for all Text::Diff3 components. 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.
|