/[cvs]/nfo/perl/libs/Data/Transfer/Sync.pm
ViewVC logotype

Contents of /nfo/perl/libs/Data/Transfer/Sync.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (show annotations)
Sun Jan 19 01:23:03 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.12: +8 -1471 lines
+ new from Data/Transfer/Sync.pm

1 ## $Id: Sync.pm,v 1.11 2002/12/23 07:10:59 joko Exp $
2 ##
3 ## Copyright (c) 2002 Andreas Motl <andreas.motl@ilo.de>
4 ##
5 ## See COPYRIGHT section in pod text below for usage and distribution rights.
6 ##
7 ## ----------------------------------------------------------------------------------------
8 ## $Log: Sync.pm,v $
9 ## ----------------------------------------------------------------------------------------
10
11
12 package Data::Transfer::Sync;
13
14 use strict;
15 use warnings;
16
17 use base qw( DesignPattern::Object );
18 use base qw( DesignPattern::Bridge );
19
20
21 # ===================================== main
22
23 # get logger instance
24 my $logger = Log::Dispatch::Config->instance;
25
26 sub _init {
27 my $self = shift;
28 $logger->debug( __PACKAGE__ . "->new" );
29 $self->load('Core');
30 $self->load('API');
31 $self->configure(@_);
32 }
33
34 1;

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed