| 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 |
| 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 |
|
|
| 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 |
| 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 |
| 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 |