Releng for 0.001_002 dev release
Aaron Crane [Wed, 16 Dec 2015 15:16:06 +0000 (15:16 +0000)]
Changes
lib/DBIx/Class/ParameterizedJoinHack.pm

diff --git a/Changes b/Changes
index 126e27e..801c5ce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Fix broken dist (Aaron Crane)
+
 0.001_001 - 2015-12-16
   - Reimplement parameter localization (Aaron Crane)
 
index de7a333..e73fbaf 100644 (file)
@@ -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';