Skip to content

Commit 0764762

Browse files
committed
State that Mu.gist will truncate at 100 elements.
1 parent 299a655 commit 0764762

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/Mu.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ readable. Method C<Str> warns on type objects, and produces the empty string.
6363
multi sub gist(Mu) returns Str
6464
multi method gist() returns Str
6565
66-
Returns a string representation of the invocant, optimized for
67-
fast recognition by humans.
66+
Returns a string representation of the invocant, optimized for fast recognition
67+
by humans. As such lists will be truncated at 100 elements. Use C<.perl> to get
68+
all elements.
6869
6970
The default C<gist> method in C<Mu> re-dispatches to the L<perl> method for
7071
defined invocants, and returns the type name in parenthesis for type object

0 commit comments

Comments
 (0)