From: Peter Rabbitson Date: Fri, 17 Jan 2014 01:03:15 +0000 (+0100) Subject: release 1.77 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=4c120a34df5e6fb6e2a8f1668d9ea4df2bd8639a release 1.77 --- diff --git a/Changes b/Changes index 665da01..0320ef6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.77 2014-01-17 +---------------------------- - Reintroduce { -not => undef } column operator (regression from 1.75) revision 1.75 2013-12-27 diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 5cdc47f..0bcc7d5 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -10,7 +10,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.75'; +our $VERSION = '1.77'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases