Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perl5Var $. maps to .ins method, not .line
  • Loading branch information
softmoth committed Aug 27, 2015
1 parent 47ddca1 commit 28850d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1210,7 +1210,7 @@ my class X::Syntax::Perl5Var does X::Syntax {
'$`' => '$/.prematch',
'$\'' => '$/.postmatch',
'$,' => '$*OUT.output_field_separator()',
'$.' => "the filehandle's .line method",
'$.' => "the filehandle's .ins method",
'$/' => "the filehandle's .nl attribute",
'$\\' => "the filehandle's .nl attribute",
'$|' => ':autoflush on open',
Expand Down

0 comments on commit 28850d9

Please sign in to comment.