<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu Auth-GoogleAuthenticator-0.01-1p_stP/lib/Auth/GoogleAuthenticator.pm~ Auth-GoogleAuthenticator-0.01-1p_stP/lib/Auth/GoogleAuthenticator.pm
--- Auth-GoogleAuthenticator-0.01-1p_stP/lib/Auth/GoogleAuthenticator.pm~	2013-02-22 06:48:10.000000000 -0600
+++ Auth-GoogleAuthenticator-0.01-1p_stP/lib/Auth/GoogleAuthenticator.pm	2013-07-23 16:03:33.045126098 -0500
@@ -54,8 +54,8 @@
 
 sub verify {
     my ($self, $code, $ts) = @_;
-    return $code and
-        $self-&gt;totp( $ts ) == $code;
+    return $code &amp;&amp;
+        ($self-&gt;totp( $ts ) == $code);
 }
 
 1;
</pre></body></html>