Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
$*PROGRAM_NAME is now $*PROGRAM-NAME
  • Loading branch information
stmuk committed Jun 30, 2015
1 parent d81f538 commit 1d14062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-names/pseudo.t
Expand Up @@ -251,8 +251,8 @@ plan 142;
#RT #89706
#?niecza skip "readonly"
{
$PROCESS::PROGRAM_NAME = "otter";
is $*PROGRAM_NAME, "otter", 'existing $* assignable via PROCESS';
$PROCESS::PROGRAM-NAME = "otter";
is $*PROGRAM-NAME, "otter", 'existing $* assignable via PROCESS';
$PROCESS::SOME_OTHER_VAR = "else";
is $*SOME_OTHER_VAR, "else", 'new $* assignable via PROCESS';
}
Expand Down

0 comments on commit 1d14062

Please sign in to comment.