From 66b440718423816c36cb8db641f05b00736082e1 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 4 Jan 2010 13:43:55 +0100 Subject: api_base_url is not read-only --- lib/MooseX/Net/API.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/MooseX') diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index a9e6cb4..9251534 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -44,7 +44,7 @@ sub net_api_declare { $class->add_attribute( 'api_base_url', - is => 'ro', + is => 'rw', isa => 'Str', lazy => 1, default => delete $options{base_url} || '' -- cgit 1.4.1