diff options
author | franck cuny <franck@lumberjaph.net> | 2010-06-08 18:09:45 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-06-08 18:09:45 +0200 |
commit | 5720032fed415c6c499c0f733c8024756153f306 (patch) | |
tree | 5fc7a8faea387a2d3acfa108414374b767f178dc | |
parent | fix loading lib; rename print to message (diff) | |
parent | add dispatcher for viewing content; update help (diff) | |
download | net-http-console-5720032fed415c6c499c0f733c8024756153f306.tar.gz |
merge
-rw-r--r-- | lib/Net/HTTP/Console/Dispatcher/Help.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Net/HTTP/Console/Dispatcher/Help.pm b/lib/Net/HTTP/Console/Dispatcher/Help.pm index 3868d73..4493799 100644 --- a/lib/Net/HTTP/Console/Dispatcher/Help.pm +++ b/lib/Net/HTTP/Console/Dispatcher/Help.pm @@ -66,17 +66,6 @@ EOF method _help_about_load { print <<EOF load libname - load a MooseX::Net::API library -EOF - } - - method _list_commands { - my @methods = - $self->application->api_object->meta->get_all_net_api_methods(); - - if (!@methods) { - print "no method available\n"; - return; - } print "available commands:\n"; map { print "- " . $_ . "\n" } @methods; |