[Bps-public-commit] r14517 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Jul 25 07:04:31 EDT 2008


Author: sartak
Date: Fri Jul 25 07:04:29 2008
New Revision: 14517

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Search.pm

Log:
 r65204 at onn:  sartak | 2008-07-25 06:56:11 -0400
 Ah, didn't have "ne" in the list of not-equal comparators


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Search.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Search.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Search.pm	Fri Jul 25 07:04:29 2008
@@ -57,7 +57,7 @@
         return 0 if not defined $got;
         return 0 unless $got =~ $expected;
     }
-    elsif ($cmp eq '!=' || $cmp eq '<>') {
+    elsif ($cmp eq '!=' || $cmp eq '<>' || $cmp eq 'ne') {
         return 0 if $got eq $expected;
     }
     elsif ($cmp eq '!~') {



More information about the Bps-public-commit mailing list