Skip to content

Commit

Permalink
document Associative
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 30, 2012
1 parent ea27baf commit 5a88982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/Associative.pod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
=begin pod
=TITLE role Associative
role Associative { }
A common role for types that support name-based lookup through
C<< postcircumfix:<{ }> >>, for example L<Hash> and L<EnumMap>.
The C<%> sigil restricts variables to objects that do C<Associative>.
Associative does not provide any methods.
=end pod

0 comments on commit 5a88982

Please sign in to comment.