Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added synopsis example for Mojo::HelloWorld
  • Loading branch information
kraih committed Oct 17, 2012
1 parent 4976aeb commit 0ad9418
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

3.49 2012-10-18
- Improved documentation.

3.48 2012-10-16
- Improved Mojo::Content performance slightly.
- Improved documentation.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojo/HelloWorld.pm
Expand Up @@ -15,6 +15,9 @@ Mojo::HelloWorld - Hello World!
use Mojo::HelloWorld;
my $hello = Mojo::HelloWorld->new;
$hello->start;
=head1 DESCRIPTION
L<Mojo::HelloWorld> is the default L<Mojolicious> application, used mostly
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -38,7 +38,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Rainbow';
our $VERSION = '3.48';
our $VERSION = '3.49';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 0ad9418

Please sign in to comment.