summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/HTTP/API/Meta/Method/APIDeclare.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/HTTP/API/Meta/Method/APIDeclare.pm b/lib/Net/HTTP/API/Meta/Method/APIDeclare.pm
index df5a91b..0c9489a 100644
--- a/lib/Net/HTTP/API/Meta/Method/APIDeclare.pm
+++ b/lib/Net/HTTP/API/Meta/Method/APIDeclare.pm
@@ -19,7 +19,7 @@ my @accepted_options = qw/
has api_options => (
is => 'ro',
traits => ['Hash'],
- isa => 'HashRef[Str|CodeRef]',
+ isa => 'HashRef[Str|CodeRef|HashRef]',
default => sub { {} },
lazy => 1,
handles => {