X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=DBSchema.pm;h=59cd14754a2b756b378a10a6ce322787073774ab;hb=d1f0df668c2daca6d9102659879f13d0d502771d;hp=60ac8f3ecf0d61340a9a818d5a30d17e9305ef71;hpb=7286cc0c463b7079b32b8bd3b6ce23886647e7f9;p=DBIx-DBSchema.git diff --git a/DBSchema.pm b/DBSchema.pm index 60ac8f3..59cd147 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.38"; +$VERSION = "0.39_01"; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0;