Skip to content

Commit

Permalink
more RFC links
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 11, 2014
1 parent 16cdcde commit 3be2733
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.68 2014-01-12

4.67 2014-01-11
- Added history and max_history_size attributes to Mojo::Log.
- Improved exception and not found pages with log messages.
Expand Down
6 changes: 4 additions & 2 deletions lib/Mojo/Util.pm
Expand Up @@ -541,13 +541,15 @@ Monkey patch functions into package.
my $str = punycode_decode $punycode;
Punycode decode string.
Punycode decode string as described in
L<RFC 3492|http://tools.ietf.org/search/rfc3492>.
=head2 punycode_encode
my $punycode = punycode_encode $str;
Punycode encode string.
Punycode encode string as described in
L<RFC 3492|http://tools.ietf.org/search/rfc3492>.
=head2 quote
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.67';
our $VERSION = '4.68';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 3be2733

Please sign in to comment.