Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Deprecate IO::Handle.input-line-separator for .nl
  • Loading branch information
lizmat committed Feb 19, 2015
1 parent 1146597 commit d386900
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/IO/Handle.pm
Expand Up @@ -78,7 +78,13 @@ my class IO::Handle does IO {
self;
}


method input-line-separator {
DEPRECATED("nl",|<2015.03 2016.03>);
self.nl;
}

method nl {
Proxy.new(
FETCH => {
$!nl
Expand Down

0 comments on commit d386900

Please sign in to comment.