Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 27, 2013
1 parent d377730 commit c4d4a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.88 2013-02-26
3.88 2013-02-27
- Improved documentation.
- Improved tests.
- Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
Expand Down
2 changes: 1 addition & 1 deletion t/mojo/util.t
Expand Up @@ -13,7 +13,7 @@ use Mojo::Util
qw(decode encode get_line hmac_md5_sum hmac_sha1_sum html_unescape),
qw(md5_bytes md5_sum monkey_patch punycode_decode squish trim unquote),
qw(secure_compare sha1_bytes sha1_sum slurp spurt punycode_encode quote),
qw(url_escape url_unescape xml_escape xor_encode);
qw(url_escape url_unescape xml_escape xor_encode);

# camelize
is camelize('foo_bar_baz'), 'FooBarBaz', 'right camelized result';
Expand Down

0 comments on commit c4d4a4e

Please sign in to comment.