/
hubbitus
/
shell.scripts
ОбзорДокументацияВойти
/
hubbitus
/
shell.scripts
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
shell.scripts/
.../MySQL-Diff/MySQL-Diff-0.30/
..
MySQL

Initial import all of my (Hubbitus) scripts

18 лет назад
ChangeLog

Initial import all of my (Hubbitus) scripts

18 лет назад
Database.pm

Initial import all of my (Hubbitus) scripts

18 лет назад
Diff.pm

Initial import all of my (Hubbitus) scripts

18 лет назад
INSTALL

Initial import all of my (Hubbitus) scripts

18 лет назад
MANIFEST

Initial import all of my (Hubbitus) scripts

18 лет назад
Makefile

Initial import all of my (Hubbitus) scripts

18 лет назад
Makefile.PL

Initial import all of my (Hubbitus) scripts

18 лет назад
README

Initial import all of my (Hubbitus) scripts

18 лет назад
Table.pm

Initial import all of my (Hubbitus) scripts

18 лет назад
Utils.pm

Initial import all of my (Hubbitus) scripts

18 лет назад
mysqldiff.pl

Initial import all of my (Hubbitus) scripts

18 лет назад
test.pl

Initial import all of my (Hubbitus) scripts

18 лет назад
README
README for MySQL::Diff
 
MySQL::Diff
===========
 
MySQL::Diff is Perl module for comparing the table structure
of two MySQL databases.
 
Shameless plug
--------------
 
This software was originally written as part of the
<http://www.guideguide.com/> project. If you like hacking Perl in a
cool environment, come and work for us!
 
Prerequisites
-------------
 
This suite requires Perl 5.6.0 or higher.
 
Installation
------------
 
See INSTALL.
 
Documentation
-------------
 
See: http://adamspiers.org/computing/mysqldiff/
 
At some stage I'll get round to including proper POD-format
documentation and tests. (Patches welcome ;-)
 
Support
-------
 
Questions, bug reports, useful code bits, and suggestions for
MySQL::Diff should just be sent to me at <mysqldiff@adamspiers.org>.
 
Availability
------------
 
The latest version of MySQL::Diff is available from
 
http://adamspiers.org/computing/mysqldiff/
 
and eventually (a possibly slightly older version) from the
Comprehensive Perl Archive Network (CPAN). Visit
<http://www.perl.com/CPAN> to find a CPAN site near you.
 
Copyright
---------
 
(c) 2001, Adam Spiers <mysqldiff@adamspiers.org>, all rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.