Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for #123884, [Tux]++
  • Loading branch information
lizmat committed Feb 19, 2015
1 parent 05f6396 commit 1146597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1000,7 +1000,7 @@ my class X::Syntax::Perl5Var does X::Syntax {
'$\'' => '$/.postmatch',
'$,' => '$*OUT.output_field_separator()',
'$.' => "the filehandle's .line method",
'$\\' => "the filehandle's .ors attribute",
'$\\' => "the filehandle's .nl attribute",
'$|' => ':autoflush on open',
'$?' => '$! for handling child errors also',
'$@' => '$!',
Expand Down

0 comments on commit 1146597

Please sign in to comment.