From bbfd71d38366c98b0fb4b53b0d68f0ceef441576 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sun, 27 Dec 2015 15:44:46 +0100 Subject: RO attributes --- lib/ManaTools/Category.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/ManaTools/Category.pm b/lib/ManaTools/Category.pm index c1d1a683..763d9696 100644 --- a/lib/ManaTools/Category.pm +++ b/lib/ManaTools/Category.pm @@ -61,12 +61,12 @@ use diagnostics; use yui; has 'name' => ( - is => 'rw', + is => 'ro', isa => 'Str', ); has 'icon' => ( - is => 'rw', + is => 'ro', isa => 'Str', ); -- cgit v1.2.1