From: Aaron Crane Date: Mon, 18 Apr 2016 19:14:51 +0000 (+0100) Subject: Bumping version to 0.002_000 X-Git-Tag: v0.002_000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb050bf5d047e6329e81d204cf7383cd4dda71d6;p=dbsrgits%2FDBIx-Class-ParameterizedJoinHack.git Bumping version to 0.002_000 --- diff --git a/lib/DBIx/Class/ParameterizedJoinHack.pm b/lib/DBIx/Class/ParameterizedJoinHack.pm index ade3d1a..5e63cc1 100644 --- a/lib/DBIx/Class/ParameterizedJoinHack.pm +++ b/lib/DBIx/Class/ParameterizedJoinHack.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base qw(DBIx::Class); -our $VERSION = '0.001_003'; # 0.1.3 +our $VERSION = '0.002_000'; # 0.2.0 $VERSION = eval $VERSION; our $STORE = '_parameterized_join_hack_meta_info';