Skip to content

Commit

Permalink
link to Mojo::DOM::children
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 9, 2014
1 parent 44708bc commit 5d948a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.79 2014-02-09

4.78 2014-02-08
- Deprecated Mojo::Util::get_line.
- Fixed ";" handling in Mojo::Parameters to be compliant with the HTML
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -850,7 +850,8 @@ auto detection based on processing instructions.
In addition to the L</"METHODS"> above, many child elements are also
automatically available as object methods, which return a L<Mojo::DOM> or
L<Mojo::Collection> object, depending on number of children.
L<Mojo::Collection> object, depending on number of children. For more power
and consistent results you can also use L</"children">.
say $dom->p->text;
say $dom->div->[23]->text;
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.78';
our $VERSION = '4.79';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 5d948a8

Please sign in to comment.