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 9320442 commit 229c4f9Copy full SHA for 229c4f9
doc/Language/testing.pod
@@ -302,8 +302,8 @@ class GreatUncleBulgaria is Womble {
302
subtest {
303
my $womble = GreatUncleBulgaria.new;
304
isa-ok($womble, Womble, "Great Uncle Bulgaria is a womble");
305
- is($womble->location, "Wimbledon Common", "Correct location");
306
- ok($womble->spectacles, "Wears spectacles");
+ is($womble.location, "Wimbledon Common", "Correct location");
+ ok($womble.spectacles, "Wears spectacles");
307
}, "Check Great Uncle Bulgaria";
308
=end code
309
0 commit comments