Skip to content

Commit

Permalink
link to j function
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 1, 2014
1 parent 206045e commit 77f0a1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.65 2014-01-02

4.64 2014-01-01
- Fixed helper export bug in Mojolicious::Plugin::EPRenderer.

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.64';
our $VERSION = '4.65';

sub AUTOLOAD {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/ojo.pm
Expand Up @@ -136,7 +136,7 @@ L<Mojo::Message::Response> object.
my $array = j($bytes);
my $hash = j($bytes);
Encode Perl data structure or decode JSON with L<Mojo::JSON>.
Encode Perl data structure or decode JSON with L<Mojo::JSON/"j">.
$ perl -Mojo -E 'b(j({hello => "world!"}))->spurt("hello.json")'
Expand Down

0 comments on commit 77f0a1d

Please sign in to comment.