projects
/
dbsrgits/DBIx-Class-ParameterizedJoinHack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
007cf5f
)
Bumping version to 0.002_000
Aaron Crane [Mon, 18 Apr 2016 19:14:51 +0000 (20:14 +0100)]
lib/DBIx/Class/ParameterizedJoinHack.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ParameterizedJoinHack.pm
b/lib/DBIx/Class/ParameterizedJoinHack.pm
index
ade3d1a
..
5e63cc1
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_003'; # 0.1.3
+our $VERSION = '0.002_000'; # 0.2.0
$VERSION = eval $VERSION;
our $STORE = '_parameterized_join_hack_meta_info';