Releng for 0.001_003 dev release
Aaron Crane [Tue, 29 Dec 2015 13:17:11 +0000 (13:17 +0000)]
Changes
lib/DBIx/Class/ParameterizedJoinHack.pm

diff --git a/Changes b/Changes
index 67fd218..306e8b5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Fix optional dependency on SQL::Translator.
+
 0.001_002 - 2015-12-16
   - Fix broken dist (Aaron Crane)
 
index e73fbaf..ade3d1a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw(DBIx::Class);
 
-our $VERSION = '0.001_002'; # 0.1.2
+our $VERSION = '0.001_003'; # 0.1.3
 $VERSION = eval $VERSION;
 
 our $STORE = '_parameterized_join_hack_meta_info';