diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-08 17:30:55 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-08 17:30:55 +0200 |
| commit | e93d262aabcf66e9c103dccb5a4a3eeb00316aee (patch) | |
| tree | 213e7c6413b80e76c183fe1eaac3e21759fbba41 /lib/Net/HTTP/Console/Role/Plugins.pm | |
| parent | move code to appropriate role (diff) | |
| download | net-http-console-e93d262aabcf66e9c103dccb5a4a3eeb00316aee.tar.gz | |
add dispatcher for viewing content; update help
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/HTTP/Console/Role/Plugins.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/HTTP/Console/Role/Plugins.pm b/lib/Net/HTTP/Console/Role/Plugins.pm index d7bf7b5..2bddccd 100644 --- a/lib/Net/HTTP/Console/Role/Plugins.pm +++ b/lib/Net/HTTP/Console/Role/Plugins.pm @@ -5,7 +5,7 @@ use MooseX::Declare; role Net::HTTP::Console::Role::Plugins { use Try::Tiny; - + has dispatchers => ( is => 'rw', isa => 'ArrayRef[Str]', @@ -13,7 +13,7 @@ role Net::HTTP::Console::Role::Plugins { lazy => 1, auto_deref => 1, default => sub { - [qw/Load HTTP Help Method Set/], + [qw/Load HTTP Help Method Set View/], } ); |
