Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually deprecate split(:all)
As mentioned in the ChangeLog
  • Loading branch information
lizmat committed Nov 14, 2015
1 parent 50451fd commit e51aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Str.pm
Expand Up @@ -752,7 +752,7 @@ my class Str does Stringy { # declared in BOOTSTRAP

method !split-sanity(\v,\k,\kv,\p,\all) {
if all {
# Deprecate ???
DEPRECATED("split(:v)", :what("split(:all)") );
v = True;
}

Expand Down

0 comments on commit e51aaff

Please sign in to comment.