[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.64-3-g9ef4d7a
Thomas Sibley
trs at bestpractical.com
Wed Jul 3 19:42:49 EDT 2013
The branch, master has been updated
via 9ef4d7a132095c95c375af4cd664fa8c737cbb9d (commit)
from 808e2ea8f1561718811ada8f2e14e7336b2d8159 (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 2 +-
lib/DBIx/SearchBuilder.pm | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9ef4d7a132095c95c375af4cd664fa8c737cbb9d
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Jul 3 16:42:17 2013 -0700
Releng for 1.65
diff --git a/Changes b/Changes
index 286c285..1501e60 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension DBIx::SearchBuilder.
+1.65 Wed Jul 3 16:40:48 PDT 2013
+
+ Ruslan Zakirov:
+ * Bug fix for DateTimeInterval extraction on Pg
+
1.64 Mon Jul 1 10:20:43 PDT 2013
No changes since 1.63_03. Simply a non-dev release of everything since 1.63.
diff --git a/META.yml b/META.yml
index b63b871..40de490 100644
--- a/META.yml
+++ b/META.yml
@@ -34,4 +34,4 @@ requires:
Want: 0
resources:
license: http://dev.perl.org/licenses/
-version: 1.64
+version: 1.65
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index 19a4e53..c565957 100755
--- a/lib/DBIx/SearchBuilder.pm
+++ b/lib/DBIx/SearchBuilder.pm
@@ -4,7 +4,7 @@ package DBIx::SearchBuilder;
use strict;
use warnings;
-our $VERSION = "1.64";
+our $VERSION = "1.65";
use Clone qw();
use Encode qw();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list