[Bps-public-commit] dbix-searchbuilder branch master updated. 1.70-3-g5001eec

BPS Git Server git at git.bestpractical.com
Fri Sep 24 20:24:01 UTC 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dbix-searchbuilder".

The branch, master has been updated
       via  5001eec5254c1506ff9d458874c010fae000b29c (commit)
      from  2cb5ef832b183e29862cbbef5296819cc867cde0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5001eec5254c1506ff9d458874c010fae000b29c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Sep 25 04:22:40 2021 +0800

    Prep version 1.71

diff --git a/Changes b/Changes
index 0984c6d..60d999a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::SearchBuilder.
 
+1.71 2021-09-24
+ - Add dot to load utils in tests for perl 5.26+
+
 1.70 2021-09-24
  - Enable queries processed with BuildSelectQuery and BuildSelectCountQuery
    to use bind variables
diff --git a/META.yml b/META.yml
index fd949b5..180e7ca 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ requires:
   capitalization: '0.03'
 resources:
   license: http://dev.perl.org/licenses/
-version: '1.70'
+version: '1.71'
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index 0c57fc2..9d72e32 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.70";
+our $VERSION = "1.71";
 
 use Clone qw();
 use Encode qw();

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

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


hooks/post-receive
-- 
dbix-searchbuilder


More information about the Bps-public-commit mailing list