X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=DBSchema.pm;h=d2bdd3529932374f45749090f97c5c68c3082cfd;hb=b8a52445f2a1bdae86e16d4a3e9aa9d2b709c333;hp=e36091dae305d148270d477ed1d06038ff30fe85;hpb=455adacf257c5d443dd9b1917c329983990c1e78;p=DBIx-DBSchema.git diff --git a/DBSchema.pm b/DBSchema.pm index e36091d..d2bdd35 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.35_02"; +$VERSION = "0.37_01"; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0;