Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed element method bug in Mojo::Collection
  • Loading branch information
kraih committed Aug 18, 2013
1 parent 70d28ee commit 3f4c7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@

4.26 2013-08-18
- Fixed support for Netscape cookies in Mojo::Cookie::Response.
- Fixed element method bug in Mojo::Collection.

4.25 2013-08-17
- Added support for calling element methods to Mojo::Collection.
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/Collection.pm
Expand Up @@ -22,6 +22,8 @@ sub AUTOLOAD {
return $self->pluck($method, @_);
}

sub DESTROY { }

sub new {
my $class = shift;
return bless [@_], ref $class || $class;
Expand Down

0 comments on commit 3f4c7a3

Please sign in to comment.