X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FSQL%2FTranslator.pm;h=2cbf82a18b9e14d38c6e9bf70c912f8f41fbf6c7;hb=11ad2df91bcc0674faa8fb5b6bab52c9e4a73762;hp=79f412bb20df82facbfcca374f6f7646c17b8333;hpb=35349e0f5e369db6db13b6eb3d80879e7e2a6536;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/Test/SQL/Translator.pm b/lib/Test/SQL/Translator.pm index 79f412b..2cbf82a 100644 --- a/lib/Test/SQL/Translator.pm +++ b/lib/Test/SQL/Translator.pm @@ -33,7 +33,7 @@ use SQL::Translator::Schema::Constants; use base qw(Exporter); use vars qw($VERSION @EXPORT @EXPORT_OK); -$VERSION = '1.60'; +$VERSION = '1.59'; @EXPORT = qw( schema_ok table_ok @@ -634,8 +634,8 @@ schema file and test yaml file to compare it against. Mark D. Addison Emark.addison@itn.co.ukE, Darren Chamberlain . -Thanks to Ken YouensClark for the original table and field test code taken -from his mysql test. +Thanks to Ken Y. Clark for the original table and field test code taken from +his mysql test. =head1 SEE ALSO