doc: sql_update_schema link to sql_add_column misspelled
authorivan <ivan>
Mon, 14 Jun 2010 22:04:56 +0000 (22:04 +0000)
committerivan <ivan>
Mon, 14 Jun 2010 22:04:56 +0000 (22:04 +0000)
Changes
DBSchema.pm

diff --git a/Changes b/Changes
index d64ce74..c26100c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::DBSchema.
 
+0.40 unreleased
+        - doc: sql_update_schema link to sql_add_column misspelled
+
 0.39 Fri Mar 26 20:24:58 PDT 2010
         - mysql: TEXT->LONGTEXT
         - mysql: when reverse engineering, transform a default of
index a778cf0..9baa34e 100644 (file)
@@ -10,7 +10,7 @@ use DBIx::DBSchema::Column;
 use DBIx::DBSchema::ColGroup::Unique;
 use DBIx::DBSchema::ColGroup::Index;
 
-$VERSION = "0.39";
+$VERSION = "0.40_01";
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;
@@ -250,7 +250,7 @@ with B<drop_tables> set true before all other arguments, it will also drop
 tables.
 
 See L<DBIx::DBSchema::Table/sql_alter_table>,
-L<DBIx::DBSchema::Column/sql_add_coumn> and
+L<DBIx::DBSchema::Column/sql_add_column> and
 L<DBIx::DBSchema::Column/sql_alter_column> for additional specifics and
 limitations.