Group
Extension

Matches 1

Reaction ( A/AR/ARCANEZ/Reaction-0.002005.tar.gz, ARCANEZ, 2011; MetaCPAN )
Reaction/lib/Reaction/InterfaceModel/Search/Spec.pm ( view source; MetaCPAN )
 Reaction::InterfaceModel::Search::Spec;

use Reaction::Role;
use Method::Signatures::Simple;
use JSON;
use Scalar::Util qw(weaken);
use namespace::clean -except => [ qw(meta) ];

has '_search_spec' =
all_attributes;
  return to_json(\%val, { canonical => 1 });
}

requires '_from_string_unpack_value';

method from_string ($class: $string, $other) {
  my %raw = %{from_json($string)};
  my %val;
  @v

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.