Skip to content

Commit

Permalink
Hailo::Storage::Mixin::Hash would inevitably die due to not importing…
Browse files Browse the repository at this point in the history
… uniq()
  • Loading branch information
avar committed Feb 13, 2010
1 parent c8efbc1 commit cd8c376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
instead of spewing warnings
- Issue #19: Ability to ->train() from filehandle as well as from
a file
- Hailo::Storage::Mixin::Hash would inevitably die due to not importing uniq()

0.11 Fri Feb 12 09:44:13 GMT 2010
- Corrected outdated documentation in some places
Expand Down
1 change: 1 addition & 0 deletions lib/Hailo/Storage/Mixin/Hash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use 5.10.0;
use Moose;
use MooseX::StrictConstructor;
use MooseX::Types::Moose qw<HashRef>;
use List::MoreUtils qw<uniq>;
use namespace::clean -except => 'meta';

our $VERSION = '0.11';
Expand Down

0 comments on commit cd8c376

Please sign in to comment.