We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb91eb commit 05c9075Copy full SHA for 05c9075
lib/Algorithm/LibLinear/Types.pm
@@ -6,7 +6,7 @@ use Type::Library -base;
6
use Types::Standard qw/Dict Int Map Num/;
7
8
my $Feature = __PACKAGE__->add_type(
9
- constraint => q{ List::MoreUtils::all { $_ eq int and $_ > 0 } keys %$_ },
+ constraint => q!List::MoreUtils::all { $_ > 0 } keys %$_!,
10
name => 'Feature',
11
parent => Map[Int, Num],
12
);
0 commit comments