Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #376 from b2gills/nom
Update error message for $] to use $*PERL.version
  • Loading branch information
jnthn committed Feb 28, 2015
2 parents 67a75c1 + cebde22 commit 6959323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Exception.pm
Expand Up @@ -957,7 +957,7 @@ my class X::Syntax::Perl5Var does X::Syntax {
'$@' => '$!',
'$#' => '.fmt',
'$[' => 'user-defined array indices',
'$]' => '$*PERL_VERSION',
'$]' => '$*PERL.version or $*PERL.compiler.version',

'$^C' => 'COMPILING namespace',
'$^D' => '$*DEBUGGING',
Expand All @@ -971,7 +971,7 @@ my class X::Syntax::Perl5Var does X::Syntax {
'$^R' => 'an explicit result variable',
'$^S' => 'context function',
'$^T' => '$*BASETIME',
'$^V' => '$*PERL_VERSION',
'$^V' => '$*PERL.version or $*PERL.compiler.version',
'$^W' => '$*WARNING',
'$^X' => '$*EXECUTABLE_NAME',

Expand Down

0 comments on commit 6959323

Please sign in to comment.