Skip to content

Commit

Permalink
removed experimental status from Mojo::Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 27, 2011
1 parent 3da1455 commit 51debbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,6 +1,7 @@
This file documents the revision history for Perl extension Mojolicious.

2.41 2011-12-27 00:00:00
2.41 2011-12-28 00:00:00
- Removed experimental status from Mojo::Collection.
- Improved documentation.

2.40 2011-12-24 00:00:00
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojo/ByteStream.pm
Expand Up @@ -280,8 +280,7 @@ Size of bytestream.
my $collection = $stream->split(',');
Turn bytestream into L<Mojo::Collection>. Note that this method is
EXPERIMENTAL and might change without warning!
Turn bytestream into L<Mojo::Collection>.
$stream->split(',')->map(sub { $_->quote })->join("\n")->say;
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojo/Collection.pm
Expand Up @@ -100,8 +100,7 @@ Mojo::Collection - Collection
=head1 DESCRIPTION
L<Mojo::Collection> is a container for collections. Note that this module is
EXPERIMENTAL and might change without warning!
L<Mojo::Collection> is a container for collections.
=head1 METHODS
Expand Down
3 changes: 1 addition & 2 deletions lib/ojo.pm
Expand Up @@ -112,8 +112,7 @@ Turn string into a L<Mojo::ByteStream> object.
my $collection = c(1, 2, 3);
Turn list into a L<Mojo::Collection> object. Note that this function is
EXPERIMENTAL and might change without warning!
Turn list into a L<Mojo::Collection> object.
=head2 C<d>
Expand Down

0 comments on commit 51debbf

Please sign in to comment.