From 177e858cd165c73658ef352436d3eae90fb54991 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 14 Jun 2010 22:04:56 +0000 Subject: [PATCH] doc: sql_update_schema link to sql_add_column misspelled --- Changes | 3 +++ DBSchema.pm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index d64ce74..c26100c 100644 --- 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 diff --git a/DBSchema.pm b/DBSchema.pm index a778cf0..9baa34e 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -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 set true before all other arguments, it will also drop tables. See L, -L and +L and L for additional specifics and limitations. -- 2.11.0