Skip to content

Commit

Permalink
slightly better type example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 28, 2011
1 parent 4933154 commit 48cfa41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,7 +1,7 @@
This file documents the revision history for Perl extension Mojolicious.

2.42 2011-12-29 00:00:00
- Fixed typos.
- Improved documentation.

2.41 2011-12-28 00:00:00
- Deprecated Mojo::Cookie->version.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -636,7 +636,7 @@ Alias for L<Mojo::DOM::HTML/"tree">.
Element type.
say $dom->children->first->type;
$dom->children->each(sub { say $_->type });
=head2 C<xml>
Expand Down

0 comments on commit 48cfa41

Please sign in to comment.