Group
Extension

Matches 1

Mojolicious-Plugin-ForkCart ( B/BP/BPMEDLEY/Mojolicious-Plugin-ForkCart-0.03.tar.gz, BPMEDLEY, 2016; MetaCPAN )
Mojolicious-Plugin-ForkCart/lib/Mojolicious/Plugin/ForkCart.pm ( view source; MetaCPAN )
ns qw(catfile tmpdir);
    use Mojo::Util qw(slurp spurt steady_time);
    use Mojo::JSON qw(encode_json decode_json);

    has initialized => sub { 0 };

    has qw(file);

    use constant DEBUG => 
) {
        spurt(encode_json($hash), $state->file);

        $state->_unlock($fh);

        return $hash;
      }
      elsif (-f $state->file) {
        my $ret = decode_json(slurp($state->file));


    use File::Spec::Functions qw(catfile tmpdir);
    use IO::Handle;
    use Mojo::JSON qw(encode_json decode_json);
    use POSIX qw(:sys_wait_h);
    use Time::HiRes qw(usleep);
    use Mojo::Util

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