We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22ec2a commit 2ee29c2Copy full SHA for 2ee29c2
doc/Language/objects.pod6
@@ -299,10 +299,12 @@ Method names can be resolved at runtime with the C<.""> operator.
299
The syntax used to update C<$.notes> changed in this section with respect
300
to the previous L<#Attributes> section. Instead of an assignment:
301
302
+=for code :preamble<my $vacation>
303
$vacation.notes = 'Pack hiking gear and sunglasses!';
304
305
we now do a method call:
306
307
+=for code :preamble<my $trip>
308
$trip.notes("First steps");
309
310
Overriding the default auto-generated accessor means it is no longer
0 commit comments