From d0958fca7e5b21131857f40c1aac60a59893ed63 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 8 Jun 2010 18:01:03 +0200 Subject: fix loading lib; rename print to message --- lib/Net/HTTP/Console/Dispatcher/Set.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Net/HTTP/Console/Dispatcher/Set.pm') diff --git a/lib/Net/HTTP/Console/Dispatcher/Set.pm b/lib/Net/HTTP/Console/Dispatcher/Set.pm index d514f37..c72b09b 100644 --- a/lib/Net/HTTP/Console/Dispatcher/Set.pm +++ b/lib/Net/HTTP/Console/Dispatcher/Set.pm @@ -21,12 +21,12 @@ class Net::HTTP::Console::Dispatcher::Set with Net::HTTP::Console::Dispatcher { method _set_header($header, $value) { $self->application->set_header($header, $value); - $self->application->print("header $header set to $value"); + $self->application->message("header $header set to $value"); } method _unset_header($header) { $self->application->delete_header($header); - $self->application->print("header $header unset"); + $self->application->message("header $header unset"); } } -- cgit v1.2.3