Group
Extension

Matches 1

File-FStore ( L/LI/LION/File-FStore-v0.05.tar.gz, LION, 2025; MetaCPAN )
File-FStore/lib/File/FStore/Migration.pm ( view source; MetaCPAN )
/ 'json';

    croak 'Stray options passed' if scalar keys %opts;

    $store->in_transaction(rw => sub {
            if ($format eq 'json') {
                require JSON;
                my $json = 
         local $/ = undef;
                    JSON::decode_json(<$handle>);
                }->{files};
                foreach my $dbname (keys %{$json}) {
                    my $file = $store->que
ry(dbname => $dbname);
                    my $d = $json->{$dbname};
                    $d = {
                        properties  => $d->{properties} // {},
                        digests     => $d

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