From: Dagfinn Ilmari Mannsåker Date: Sat, 2 Feb 2008 21:38:45 +0000 (+0000) Subject: Fix some typos X-Git-Tag: 0.04006~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a172627145b85cfcb041ac2a13e7a68a256fecf4;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Fix some typos --- diff --git a/Changes b/Changes index dbcb64f..88a594a 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,9 @@ Revision history for Perl extension DBIx::Class::Schema::Loader Not yet released - - Add support for load_namespaces-style class layout. + - Add support for load_namespaces-style class layout - Fix test skip count for main skip_rels block - - Fix auto-inc column cration for the Oracle tests + - Fix auto-inc column creation for the Oracle tests 0.04004 Thu Nov 15, 2007 - Fix Win32 test skip counts for good (RT #30568, Kenichi Ishigaki)