fix table fetching for Sybase and SQLite drivers, patch from Nathan Anderson <http...
[DBIx-DBSchema.git] / DBSchema.pm
index 7ba1921..afd0310 100644 (file)
@@ -8,7 +8,7 @@ use DBIx::DBSchema::Index;
 use DBIx::DBSchema::Column;
 use DBIx::DBSchema::ForeignKey;
 
-our $VERSION = '0.46_02';
+our $VERSION = '0.46_03';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 our $DEBUG = 0;