Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #517 from softmoth/patch-1
Perl5Var $. maps to .ins method, not .line
  • Loading branch information
FROGGS committed Aug 28, 2015
2 parents 30d6fe7 + 28850d9 commit 70f6519
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 70f6519

Please sign in to comment.