Skip to content

Commit

Permalink
make POD consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpilot committed Jul 14, 2009
1 parent 8037412 commit eaa3ea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/setting/Any-str.pm
Expand Up @@ -81,9 +81,7 @@ class Any is also {
}
}

=begin pod
=head2 split
=begin item 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 )
Expand All @@ -98,7 +96,7 @@ introduce a trimlist function of some sort.
B<Note:> partial implementation only
=end pod
=end item

our List multi method split(Code $delimiter, $limit = *, :$all) {
my $s = ~self;
Expand Down

0 comments on commit eaa3ea8

Please sign in to comment.