Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated changes with description of Perl bug
  • Loading branch information
kraih committed Dec 12, 2011
1 parent 5dbd9b0 commit fa05aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Changes
@@ -1,9 +1,10 @@
This file documents the revision history for Perl extension Mojolicious.

2.38 2011-12-12 00:00:00
- Improved documentation.
- Improved documentation. (marcus, sri)
- Improved tests.
- Fixed memory leaks. (plu, sri)
- Fixed memory leaks caused by named capture groups bug in Perl.
(plu, sri)

2.37 2011-12-10 00:00:00
- Welcome to the Mojolicious core team Marcus Ramberg, Glen Hinkle
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -781,8 +781,8 @@ implements the following new ones.
$ua = $ua->app(MyApp->new);
Application relative URLs will be processed with, defaults to the value of
the C<MOJO_APP> environment variable. Usually a L<Mojo> or L<Mojolicious>
object.
the C<MOJO_APP> environment variable, which is usually a L<Mojo> or
L<Mojolicious> object.
say $ua->app->secret;
$ua->app->log->level('fatal');
Expand Down

0 comments on commit fa05aa0

Please sign in to comment.