[Bps-public-commit] plient branch, master, updated. 2ca37c8f18d7cc5063d229eac55d095222260daa

? sunnavy sunnavy at bestpractical.com
Thu Apr 29 22:59:44 EDT 2010


The branch, master has been updated
       via  2ca37c8f18d7cc5063d229eac55d095222260daa (commit)
      from  95f796eb3201912860c231a69ed4d8f24be50869 (commit)

Summary of changes:
 lib/Plient/Protocol.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 2ca37c8f18d7cc5063d229eac55d095222260daa
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Apr 30 10:06:00 2010 +0800

    tweak warn msg

diff --git a/lib/Plient/Protocol.pm b/lib/Plient/Protocol.pm
index 2143c8d..fac2ef3 100644
--- a/lib/Plient/Protocol.pm
+++ b/lib/Plient/Protocol.pm
@@ -27,7 +27,8 @@ sub support_method {
             return $method;
         }
     }
-    warn "$handler_method_name is not supported yet" unless $args->{check_only};
+    warn "$handler_method_name is not supported in available handlers"
+      unless $args->{check_only};
     return;
 }
 

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



More information about the Bps-public-commit mailing list