projects
/
dbsrgits/DBIx-Class-ParameterizedJoinHack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c69b2f7
)
Releng for 0.001_002 dev release
Aaron Crane [Wed, 16 Dec 2015 15:16:06 +0000 (15:16 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/ParameterizedJoinHack.pm
patch
|
blob
|
blame
|
history
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)
diff --git
a/lib/DBIx/Class/ParameterizedJoinHack.pm
b/lib/DBIx/Class/ParameterizedJoinHack.pm
index
de7a333
..
e73fbaf
100644
(file)
--- 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';