GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::Diff3::Base(3) User Contributed Perl Documentation Text::Diff3::Base(3)

Text::Diff3::Base - Text::Diff3 component's base class

0.08

    package Text::Diff3::COMPONENT;
    use base qw(Text::Diff3::Base);
    
    __PACKAGE__->mk_attr_accessor(qw(attr1_name attr2_name));

This module is the base class for all Text::Diff3 components.

"$factory_name->new($factory_name => @arg)"
creates an instance of COMPONENT with the initialize method.
"$component->factory"
is an attribute to hold factory class name.
"$component->initialize($factory_name => @arg)"
is the default initializer for components. This sets passed name into the factory attribute.
"$component->mk_attr_accessor(qw(attr1_name attr2_name))"
declares attribute accessors in package.

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.

MIZUTANI Tociyuki "<tociyuki@gmail.com>".

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.

2010-02-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.