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

Diff of /nfo/perl/libs/Data/Storage.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by joko, Tue Oct 29 19:24:18 2002 UTC revision 1.6 by joko, Sat Nov 9 01:04:58 2002 UTC
# Line 7  Line 7 
7  #################################  #################################
8  #  #
9  #  $Log$  #  $Log$
10    #  Revision 1.6  2002/11/09 01:04:58  joko
11    #  + updated pod
12    #
13  #  Revision 1.5  2002/10/29 19:24:18  joko  #  Revision 1.5  2002/10/29 19:24:18  joko
14  #  - reduced logging  #  - reduced logging
15  #  + added some pod  #  + added some pod
# Line 66  Data::Storage - Interface for accessing Line 69  Data::Storage - Interface for accessing
69  =head2 NOTE  =head2 NOTE
70    
71  This module heavily relies on DBI and Tangram, but adds a lot of additional bugs and quirks.  This module heavily relies on DBI and Tangram, but adds a lot of additional bugs and quirks.
72  Please look at their documentation and this code for additional information.  Please look at their documentation and/or this code for additional information.
73    
74    
75    =head1 REQUIREMENTS
76    
77    For full functionality:
78      DBI              from CPAN
79      Tangram          from CPAN
80      Class::Tangram   from CPAN
81      MySQL::Diff      from http://adamspiers.org/computing/mysqldiff/
82      ... and all their dependencies
83    
84  =cut  =cut
85    
# Line 81  use warnings; Line 93  use warnings;
93    
94  use Data::Storage::Locator;  use Data::Storage::Locator;
95    
96    # TODO: actually implement level (integrate with Log::Dispatch)
97  my $TRACELEVEL = 0;  my $TRACELEVEL = 0;
98    
99  # get logger instance  # get logger instance
# Line 341  License or the Artistic License, as spec Line 354  License or the Artistic License, as spec
354    
355  =head1 ACKNOWLEDGEMENTS  =head1 ACKNOWLEDGEMENTS
356    
357  Larry Wall and the C<perl5-porters> for Perl,  Larry Wall for Perl, Tim Bunce for DBI, Jean-Louis Leroy for Tangram and Set::Object,
358  Tim Bunce for DBI, Jean-Louis Leroy for Tangram and Set::Object,  Sam Vilain for Class::Tangram, Adam Spiers for MySQL::Diff and all contributors.
 Sam Vilain for Class::Tangram.  
359    
360    
361  =head1 SUPPORT / WARRANTY  =head1 SUPPORT / WARRANTY
# Line 434  Data::Storage is free software. IT COMES Line 446  Data::Storage is free software. IT COMES
446      (Dia (free): http://www.lysator.liu.se/~alla/dia/)      (Dia (free): http://www.lysator.liu.se/~alla/dia/)
447      UMLet (free, university): http://www.swt.tuwien.ac.at/umlet/index.html      UMLet (free, university): http://www.swt.tuwien.ac.at/umlet/index.html
448      Voodoo (free): http://voodoo.sourceforge.net/      Voodoo (free): http://voodoo.sourceforge.net/
449        Umbrello UML Modeller: http://uml.sourceforge.net/
450    
451    UML Tools:    UML Tools:
452      http://www.objectsbydesign.com/tools/umltools_byPrice.html      http://www.objectsbydesign.com/tools/umltools_byPrice.html

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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