[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.66

Alex Vandiver alexmv at bestpractical.com
Thu Sep 4 15:57:28 EDT 2014


The branch, master has been updated
       via  8ecaf64ea6dfef87405df6e9104717dcb6174080 (commit)
      from  c55e2a93ac5ebc64189e8b8fb841d945c66172d2 (commit)

Summary of changes:
 Changes                   | 3 +++
 META.yml                  | 2 +-
 lib/DBIx/SearchBuilder.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 8ecaf64ea6dfef87405df6e9104717dcb6174080
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Sep 4 15:56:16 2014 -0400

    Version 1.66 releng

diff --git a/Changes b/Changes
index f1cb270..7876ce6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::SearchBuilder.
 
+1.66
+ - No changes since 1.65_02
+
 1.65_02
  - Stop unilaterally disabling the "UTF8" flag before executing queries
  - Make ->Fields case-sensitive in the column names it returns, as well
diff --git a/META.yml b/META.yml
index 8fff554..f8d7a3b 100644
--- a/META.yml
+++ b/META.yml
@@ -34,4 +34,4 @@ requires:
   Want: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.65_02
+version: '1.66'
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index 7f9d1e4..2ee3dff 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.65_02";
+our $VERSION = "1.66";
 
 use Clone qw();
 use Encode qw();

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list