Patch from Slavin Rezic <srezic@cpan.org> to prevent quoting around numeric defaults...
[DBIx-DBSchema.git] / DBSchema.pm
index 9e13188..d2bdd35 100644 (file)
@@ -10,7 +10,7 @@ use DBIx::DBSchema::Column;
 use DBIx::DBSchema::ColGroup::Unique;
 use DBIx::DBSchema::ColGroup::Index;
 
-$VERSION = "0.35_01";
+$VERSION = "0.37_01";
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;