projects
/
dbsrgits/DBIx-Class-ParameterizedJoinHack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c2ae4b8
)
Releng for 0.001_001 dev release
Aaron Crane [Wed, 16 Dec 2015 14:47:04 +0000 (14:47 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/ParameterizedJoinHack.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6afd888
..
126e27e
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+0.001_001 - 2015-12-16
+ - Reimplement parameter localization (Aaron Crane)
0.000001 - 2015-12-15
- Initial release.
diff --git
a/lib/DBIx/Class/ParameterizedJoinHack.pm
b/lib/DBIx/Class/ParameterizedJoinHack.pm
index
132709a
..
de7a333
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.000001'; # 0.0.1
+our $VERSION = '0.001_001'; # 0.1.1
$VERSION = eval $VERSION;
our $STORE = '_parameterized_join_hack_meta_info';