diff options
author | franck cuny <franck@lumberjaph.net> | 2010-11-01 17:06:16 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-11-01 17:06:16 +0100 |
commit | 6913b38f190318cb82307a3e3d5eba9a378fa790 (patch) | |
tree | a4b8437d7dd592a129c57daa23c4644709a454f8 | |
parent | add some tests (diff) | |
download | net-http-spore-6913b38f190318cb82307a3e3d5eba9a378fa790.tar.gz |
don't trace yet
-rw-r--r-- | lib/Net/HTTP/Spore/Meta/Method/Spore.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Net/HTTP/Spore/Meta/Method/Spore.pm b/lib/Net/HTTP/Spore/Meta/Method/Spore.pm index a616149..b61e2de 100644 --- a/lib/Net/HTTP/Spore/Meta/Method/Spore.pm +++ b/lib/Net/HTTP/Spore/Meta/Method/Spore.pm @@ -54,11 +54,11 @@ sub add_spore_method { my $code = delete $options{code}; - $meta->_trace_msg( '-> attach ' - . $name . ' (' - . $options{method} . ' => ' - . $options{path} - . ')' ); +# $meta->_trace_msg( '-> attach ' +# . $name . ' (' +# . $options{method} . ' => ' +# . $options{path} +# . ')' ); $meta->add_method( $name, |