[Bps-public-commit] dbix-searchbuilder branch master updated. 1.75-2-g990eeb8
BPS Git Server
git at git.bestpractical.com
Thu Apr 20 14:55:04 UTC 2023
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 990eeb8618598fea34b687a42f980faa683353c8 (commit)
from 4689e7f6399c9ad1fb5b4df8b1d79368d795c8ed (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 990eeb8618598fea34b687a42f980faa683353c8
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 20 21:41:00 2023 +0800
Prep version 1.76
diff --git a/Changes b/Changes
index 13f514e..90fe710 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Revision history for Perl extension DBIx::SearchBuilder.
-1.74 2023-04-19
+1.76 2023-04-20
+ - Call DatabaseVersion instead to make sure we already retrieved the version
+ (this is to fix a possible uninitialized warning on disconnect)
+
+1.75 2023-04-19
- Log unsupported CombineSearchAndCount warning only once
- Fix version comparison for MariaDB 10.10+
diff --git a/META.yml b/META.yml
index fceed25..3175d02 100644
--- a/META.yml
+++ b/META.yml
@@ -36,4 +36,4 @@ requires:
perl: 5.10.1
resources:
license: http://dev.perl.org/licenses/
-version: '1.75'
+version: '1.76'
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index 3697e51..b76c7d1 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.75";
+our $VERSION = "1.76";
use Clone qw();
use Encode qw();
-----------------------------------------------------------------------
Summary of changes:
Changes | 6 +++++-
META.yml | 2 +-
lib/DBIx/SearchBuilder.pm | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
dbix-searchbuilder
More information about the Bps-public-commit
mailing list