Patch from ISHIGAKI@cpan.org to suppress unnecessary warnings about undefined local_o...
[DBIx-DBSchema.git] / DBSchema.pm
index 5cda990..8c89d1c 100644 (file)
@@ -10,7 +10,7 @@ use DBIx::DBSchema::Column;
 use DBIx::DBSchema::ColGroup::Unique;
 use DBIx::DBSchema::ColGroup::Index;
 
-$VERSION = "0.35";
+$VERSION = "0.36";
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;