From: Aaron Crane Date: Wed, 16 Dec 2015 15:16:06 +0000 (+0000) Subject: Releng for 0.001_002 dev release X-Git-Tag: v0.001_002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-ParameterizedJoinHack.git;a=commitdiff_plain;h=d1dfec4b9df8767315ebb0d3557ea2b7072f091e Releng for 0.001_002 dev release --- diff --git a/Changes b/Changes index 126e27e..801c5ce 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Fix broken dist (Aaron Crane) + 0.001_001 - 2015-12-16 - Reimplement parameter localization (Aaron Crane) diff --git a/lib/DBIx/Class/ParameterizedJoinHack.pm b/lib/DBIx/Class/ParameterizedJoinHack.pm index de7a333..e73fbaf 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_001'; # 0.1.1 +our $VERSION = '0.001_002'; # 0.1.2 $VERSION = eval $VERSION; our $STORE = '_parameterized_join_hack_meta_info';