view t/slab-reassign.t @ 1:7ba3a424d509

Added tag MEMCACHED_1_2_3 for changeset 30782bb1fc04
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 30 Sep 2007 03:50:28 +0400
parents 30782bb1fc04
children
line wrap: on
line source

#!/usr/bin/perl

use strict;
use Test::More skip_all => "Tests not written.";  # tests => 1
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;

my $server = new_memcached();
my $sock = $server->sock;