Navigation Menu

Skip to content

Commit

Permalink
remove feature that does not exist anymore from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 28, 2014
1 parent 5d18678 commit 2b20041
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.72 2014-01-29

4.71 2014-01-28
- Fixed a few compression bugs in Mojo::Transaction::WebSocket and
Mojo::Content.
Expand Down
12 changes: 6 additions & 6 deletions lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.71';
our $VERSION = '4.72';

sub AUTOLOAD {
my $self = shift;
Expand Down Expand Up @@ -587,11 +587,11 @@ requests indiscriminately, for a full list of available hooks see L</"HOOKS">.
my $app = Mojolicious->new;
Construct a new L<Mojolicious> application, calling C<${mode}_mode> and
L</"startup"> in the process. Will automatically detect your home directory
and set up logging based on your current operating mode. Also sets up the
renderer, static file server, a default set of plugins and an
L</"around_dispatch"> hook with the default exception handling.
Construct a new L<Mojolicious> application and call L</"startup">. Will
automatically detect your home directory and set up logging based on your
current operating mode. Also sets up the renderer, static file server, a
default set of plugins and an L</"around_dispatch"> hook with the default
exception handling.
=head2 plugin
Expand Down

0 comments on commit 2b20041

Please sign in to comment.