[Bps-public-commit] dbix-searchbuilder branch, experimental, updated. 1.63-38-gb3a3168

Ruslan Zakirov ruz at bestpractical.com
Fri Mar 29 04:15:04 EDT 2013


The branch, experimental has been updated
       via  b3a3168d63e69be9e76fd19afef6ba29285efde4 (commit)
      from  1f79f329cb25a1ca221669bd2876f46609677a4f (commit)

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

- Log -----------------------------------------------------------------
commit b3a3168d63e69be9e76fd19afef6ba29285efde4
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Fri Mar 29 12:14:06 2013 +0400

    bump experimental version

diff --git a/MANIFEST b/MANIFEST
index 88a42c0..2b1cc14 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -47,6 +47,7 @@ t/02records_datetime.t
 t/02records_dt_interval.t
 t/02records_integers.t
 t/02records_object.t
+t/02searches_function.t
 t/02searches_joins.t
 t/03compatibility.t
 t/03cud_from_select.t
@@ -55,6 +56,7 @@ t/03transactions.t
 t/03versions.t
 t/10schema.t
 t/11schema_records.t
+t/20set_edge_cases.t
 t/pod.t
 t/testmodels.pl
 t/utils.pl
diff --git a/META.yml b/META.yml
index a72b2f5..4e0398c 100644
--- a/META.yml
+++ b/META.yml
@@ -30,7 +30,8 @@ requires:
   DBI: 0
   DBIx::DBSchema: 0
   Encode: 1.99
+  Scalar::Util: 0
   Want: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.63
+version: 1.63_80
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index befcd90..8fef803 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.63";
+our $VERSION = "1.63_80";
 
 use Clone qw();
 use Encode qw();

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



More information about the Bps-public-commit mailing list