Skip to content

Commit

Permalink
removed experimental status from drain event in Mojo::Content
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 19, 2012
1 parent 06681b7 commit e66fed9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -5,6 +5,7 @@ This file documents the revision history for Perl extension Mojolicious.
- Removed experimental status from around_dispatch hook.
- Removed experimental status from emit_chain method in
Mojolicious::Plugins.
- Removed experimental status from drain event in Mojo::Content.
- Improved portability of scripts.
- Improved documentation.
- Fixed bug that can prevent foreign event loops from being able to
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojo/Content.pm
Expand Up @@ -415,8 +415,7 @@ L<Mojo::Content> can emit the following events.
...
});
Emitted once all data has been written. Note that this event is EXPERIMENTAL
and might change without warning!
Emitted once all data has been written.
$content->on(drain => sub {
my $content = shift;
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/CodingGuidelines.pod
Expand Up @@ -47,7 +47,8 @@ No refactoring unless a very important feature absolutely depends on it.
The addition and modification of features is decided by majority vote or the
pumpking.

New core developers must be accepted by a 2/3 majority vote.
Any core developer may nominate a new one, who must then be accepted by a 2/3
majority vote.

The pumpking has veto rights and may select his successor.

Expand Down

0 comments on commit e66fed9

Please sign in to comment.