Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed POD formatting
  • Loading branch information
kraih committed Dec 7, 2013
1 parent e02be4d commit f975a45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.60 2013-12-07

4.59 2013-12-04
- Added CSRF protection support.
- Added support for permessage-deflate WebSocket compression.
Expand Down
2 changes: 1 addition & 1 deletion 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.59';
our $VERSION = '4.60';

sub AUTOLOAD {
my $self = shift;
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Guides/Rendering.pod
@@ -1,3 +1,4 @@

=encoding utf8

=head1 NAME
Expand Down

0 comments on commit f975a45

Please sign in to comment.