diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-12-27 15:44:46 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-12-27 15:44:46 +0100 |
commit | bbfd71d38366c98b0fb4b53b0d68f0ceef441576 (patch) | |
tree | 8e87de0d4814052caacdf6fe69b0763c01de139c | |
parent | 5ab4039c35433443852bf7c75d1b29e868662113 (diff) | |
download | manatools-bbfd71d38366c98b0fb4b53b0d68f0ceef441576.tar manatools-bbfd71d38366c98b0fb4b53b0d68f0ceef441576.tar.gz manatools-bbfd71d38366c98b0fb4b53b0d68f0ceef441576.tar.bz2 manatools-bbfd71d38366c98b0fb4b53b0d68f0ceef441576.tar.xz manatools-bbfd71d38366c98b0fb4b53b0d68f0ceef441576.zip |
RO attributes
-rw-r--r-- | lib/ManaTools/Category.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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', ); |