Help for this page

Select Code to Download


  1. or download this
    sub test_141024 : Tests {
        my $cache = CHI->new( driver => 'RawMemory', global => 1 );
        my $callback = sub { wantarray ? 'list' : 'scalar' };
    ...
        is_deeply( $foo[0], 'in_list' );
        is_deeply( $foo[1], 'list' );
    }