diff --git a/src/setting/Any-str.pm b/src/setting/Any-str.pm index 4d00be8d40f..e9547ba5bde 100644 --- a/src/setting/Any-str.pm +++ b/src/setting/Any-str.pm @@ -81,7 +81,9 @@ class Any is also { } } -=item split +=begin pod + +=head2 split our List multi Str::split ( Str $delimiter , Str $input = $+_, Int $limit = inf ) our List multi Str::split ( Rule $delimiter = /\s+/, Str $input = $+_, Int $limit = inf ) @@ -96,7 +98,7 @@ introduce a trimlist function of some sort. B partial implementation only -=cut +=end pod our List multi method split(Code $delimiter, $limit = *, :$all) { my $s = ~self;