[Bps-public-commit] dbix-searchbuilder branch master updated. 1.71-30-g5c31b89
BPS Git Server
git at git.bestpractical.com
Thu Dec 8 19:19:03 UTC 2022
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 5c31b899cbb4ecba0b72e7e7ca0d6be8ec928acc (commit)
from 0f0390b401d1e5630fb71d8d68a6c320cdb50798 (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 5c31b899cbb4ecba0b72e7e7ca0d6be8ec928acc
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Dec 9 03:11:19 2022 +0800
Prep version 1.73
diff --git a/MANIFEST b/MANIFEST
index aaf9219..228e6b5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -50,11 +50,11 @@ t/02records_dt_interval.t
t/02records_integers.t
t/02records_object.t
t/02searches_function.t
-t/03searches_bind.t
t/02searches_joins.t
t/03compatibility.t
t/03cud_from_select.t
t/03rebless.t
+t/03searches_bind.t
t/03searches_combine.t
t/03transactions.t
t/03versions.t
diff --git a/META.yml b/META.yml
index 1065776..4b35c27 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ requires:
capitalization: '0.03'
resources:
license: http://dev.perl.org/licenses/
-version: 1.72_01
+version: '1.73'
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index ccc82a0..3830309 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.72_01";
+our $VERSION = "1.73";
use Clone qw();
use Encode qw();
@@ -2072,7 +2072,7 @@ or via the web at
=head1 LICENSE AND COPYRIGHT
-Copyright (C) 2001-2014, Best Practical Solutions LLC.
+Copyright (C) 2001-2022, Best Practical Solutions LLC.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
-----------------------------------------------------------------------
Summary of changes:
MANIFEST | 2 +-
META.yml | 2 +-
lib/DBIx/SearchBuilder.pm | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
dbix-searchbuilder
More information about the Bps-public-commit
mailing list