Skip to content

Commit

Permalink
0.009
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Oct 10, 2014
1 parent 678db1c commit d9fb0b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Set::Similarity::CosinePDL

{{$NEXT}}

0.009 2014-10-10 10:56:15 CEST
requires Set::Similarity 0.022

0.008 2014-08-16 23:44:36 CEST
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"runtime" : {
"requires" : {
"PDL" : "0",
"Set::Similarity" : "0.009",
"Set::Similarity" : "0.022",
"namespace::autoclean" : "0",
"perl" : "5.006000"
}
Expand All @@ -60,7 +60,7 @@
"web" : "https://github.com/wollmers/Set-Similarity-CosinePDL"
}
},
"version" : "0.008",
"version" : "0.009",
"x_contributors" : [
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/Set/Similarity/CosinePDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use PDL;

use parent 'Set::Similarity';

our $VERSION = '0.008';
our $VERSION = '0.009';

sub from_sets {
my ($self, $set1, $set2) = @_;
Expand Down

0 comments on commit d9fb0b1

Please sign in to comment.