diff --git a/Class-Std/lib/Class/Std.pm b/Class-Std/lib/Class/Std.pm index c64ad8e..314c4dc 100644 --- a/Class-Std/lib/Class/Std.pm +++ b/Class-Std/lib/Class/Std.pm @@ -1509,7 +1509,7 @@ other attribute-related behaviours. Each of these options consists of a key/value pair, which may be specified in either Perl 5 "fat comma" syntax ( C<< S<< key => 'value' >> >> ) or in one of the Perl 6 option syntaxes ( C<< S<< :key >> >> or C<< S<< :key('value') >> >> or -C<< S<< :key«value» >> >>). +C<< S<< :keyEvalueE >> >>). Note that, due to a limitation in Perl itself, the complete C<:ATTR> marker, including its options must appear on a single line.