Skip to content

Commit

Permalink
deprecate .exit now, not next month :)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Apr 21, 2015
1 parent c35aa01 commit 71ca036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/OS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ my class Proc::Status {
#~ method signal() { $!signal }

method exit {
DEPRECATED('Proc::Status.exit', |<2015.04 2015.09>);
DEPRECATED('Proc::Status.exit', |<2015.03 2015.09>);
$!exitcode;
}

Expand Down

0 comments on commit 71ca036

Please sign in to comment.