Skip to content

Commit

Permalink
fixed Perl5-centric POD in Perl 6 code
Browse files Browse the repository at this point in the history
masak-- for breaking Rakudo by not running `make` before committing.
  • Loading branch information
Carl Masak committed Jul 14, 2009
1 parent 0c2cb6f commit 8037412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/setting/Any-str.pm
Expand Up @@ -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 )
Expand All @@ -96,7 +98,7 @@ introduce a trimlist function of some sort.
B<Note:> partial implementation only
=cut
=end pod

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

0 comments on commit 8037412

Please sign in to comment.