From c2ba8884e07e11819004e78eb3d2a53d45031337 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 3 Nov 2013 01:11:39 -0800 Subject: [PATCH] 0.42 --- DBSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0