From 76f2776bc147cc3077be947eef0effae9f5367f9 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 3 Jun 2010 09:59:27 +0200 Subject: fix attribute declaration --- lib/MooseX/Net/API/Parser/XML.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MooseX/Net/API/Parser/XML.pm b/lib/MooseX/Net/API/Parser/XML.pm index 8aee74f..7198175 100644 --- a/lib/MooseX/Net/API/Parser/XML.pm +++ b/lib/MooseX/Net/API/Parser/XML.pm @@ -4,7 +4,7 @@ use XML::Simple; use Moose; extends 'MooseX::Net::API::Parser'; -has _xml_parser( +has _xml_parser => ( is => 'rw', isa => 'XML::Simple', lazy => 1, -- cgit 1.4.1