Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adapted comments to timotimo++'s suggestion
  • Loading branch information
lizmat committed Sep 9, 2013
1 parent 7db73bf commit 9455f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/core/Baggy.pm
@@ -1,7 +1,5 @@
my role Baggy does Associative {
has %!elems;
# |-- key.WHICH
# |-- (key => value)
has %!elems; # key.WHICH => (key=>value)

#- specific methods for users of role ------------------------------------------
method BUILD (:%!elems) {}
Expand Down
4 changes: 1 addition & 3 deletions src/core/Setty.pm
@@ -1,7 +1,5 @@
my role Setty does Associative {
has %!elems;
# |-- key.WHICH
# |-- key
has %!elems; # key.WHICH => key

#- specific methods for users of role ------------------------------------------
method BUILD (:%!elems) {}
Expand Down

0 comments on commit 9455f1a

Please sign in to comment.