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 e312743 commit 1d7e8b2Copy full SHA for 1d7e8b2
t/run/todo.t
@@ -110,7 +110,7 @@ TODO: {
110
print $x->{ new }[0];
111
EOF
112
is($?, 0, "No assertion failure");
113
- is($results, 'mana', 'push on non-existant hash entry from ternary autovivifies array ref');
+ is($results, 'mana', 'push on non-existent hash entry from ternary autovivifies array ref');
114
115
$results = fresh_perl(<<~'EOF', {});
116
my $x = { arr => undef };
0 commit comments