summary refs log tree commit diff
path: root/lib/Net/HTTP/Console.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-08 17:44:40 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-08 17:45:59 +0200
commit900285cda4e4105f02789d29ea71492105a5048c (patch)
treebee6de73ab5af53c5243a5050cc447dc5444dbc3 /lib/Net/HTTP/Console.pm
parentadd dispatcher for viewing content; update help (diff)
downloadnet-http-console-900285cda4e4105f02789d29ea71492105a5048c.tar.gz
role to log and write
Diffstat (limited to 'lib/Net/HTTP/Console.pm')
-rw-r--r--lib/Net/HTTP/Console.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Net/HTTP/Console.pm b/lib/Net/HTTP/Console.pm
index eef3ba8..a1bc1dd 100644
--- a/lib/Net/HTTP/Console.pm
+++ b/lib/Net/HTTP/Console.pm
@@ -9,6 +9,7 @@ class Net::HTTP::Console {
     with 'Net::HTTP::Console::Role::Headers';
     with 'Net::HTTP::Console::Role::Prompt';
     with 'Net::HTTP::Console::Role::Plugins';
+    with 'Net::HTTP::Console::Role::Message';
     with 'Net::HTTP::Console::Role::API';
     with 'Net::HTTP::Console::Role::HTTP::Response';