[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.63-11-g2caf4af

Thomas Sibley trs at bestpractical.com
Wed Mar 27 16:06:19 EDT 2013


The branch, master has been updated
       via  2caf4afb765cf181a8200b0bae723a527ffab3c8 (commit)
      from  ddeb4e0aa9535cfb32aa78d9ad02b6c606148cdb (commit)

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

- Log -----------------------------------------------------------------
commit 2caf4afb765cf181a8200b0bae723a527ffab3c8
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Mar 27 13:03:19 2013 -0700

    Releng for 1.63_01

diff --git a/Changes b/Changes
index d7bfd27..586d67a 100755
--- a/Changes
+++ b/Changes
@@ -1,8 +1,11 @@
 Revision history for Perl extension DBIx::SearchBuilder.
 
-1.64
+1.63_01     Wed Mar 27 13:02:35 PDT 2013
 
 * IN and NOT IN operators in ->Limit method
+* Add an AdditionalColumn method to collections
+* Add an AS parameter to Column method in collections
+* Consistent query generation by sorting hash keys/values
 
 1.63 Fri Sep 14 2012 01:19:38 GMT+0400 (MSK)
 
diff --git a/MANIFEST b/MANIFEST
index 44fbeb1..05d15f3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -29,6 +29,7 @@ lib/DBIx/SearchBuilder/Record/Cachable.pm
 lib/DBIx/SearchBuilder/SchemaGenerator.pm
 lib/DBIx/SearchBuilder/Union.pm
 lib/DBIx/SearchBuilder/Unique.pm
+lib/DBIx/SearchBuilder/Util.pm
 Makefile.PL
 MANIFEST			This list of files
 META.yml
diff --git a/META.yml b/META.yml
index e86e340..796f496 100644
--- a/META.yml
+++ b/META.yml
@@ -34,4 +34,4 @@ requires:
   Want: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.63
+version: 1.63_01
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index 5bf8b43..6c87366 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_01";
 
 use Clone qw();
 use Encode qw();

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



More information about the Bps-public-commit mailing list