initial support for handling changes to a column's type or size
[DBIx-DBSchema.git] / DBSchema.pm
index ac4941b..a53cb1a 100644 (file)
@@ -10,7 +10,7 @@ use DBIx::DBSchema::Column;
 use DBIx::DBSchema::ColGroup::Unique;
 use DBIx::DBSchema::ColGroup::Index;
 
-$VERSION = "0.37_02";
+$VERSION = "0.37_03";
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;