Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for RT #127241
  • Loading branch information
lizmat committed Jan 11, 2016
1 parent 42a5832 commit 15b4a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1360,7 +1360,7 @@ my class X::Syntax::Perl5Var does X::Syntax {
'$^O' => '$?DISTRO.name or $*DISTRO.name',
'$^R' => 'an explicit result variable',
'$^S' => 'context function',
'$^T' => '$*BASETIME',
'$^T' => '$*INITTIME',
'$^V' => '$*PERL.version or $*PERL.compiler.version',
'$^W' => '$*WARNING',
'$^X' => '$*EXECUTABLE-NAME',
Expand Down

0 comments on commit 15b4a8f

Please sign in to comment.