From: Ivan Kohler Date: Sun, 3 Nov 2013 09:11:39 +0000 (-0800) Subject: 0.42 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c2ba8884e07e11819004e78eb3d2a53d45031337;p=DBIx-DBSchema.git 0.42 --- diff --git a/DBSchema.pm b/DBSchema.pm index 78adaca..9207bb5 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -8,7 +8,7 @@ use DBIx::DBSchema::Index; use DBIx::DBSchema::Column; use DBIx::DBSchema::ForeignKey; -our $VERSION = '0.42_01'; +our $VERSION = '0.42'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number our $DEBUG = 0;