comparison t/01_use.t @ 0:17fc6afc155e CACHE_MEMCACHED_1_24

Cache::Memcached 1.24
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 30 Sep 2007 16:23:31 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:17fc6afc155e
1 #!/usr/bin/env perl -w
2 use strict;
3 use Test;
4 BEGIN { plan tests => 1 }
5
6 use Cache::Memcached; ok(1);
7 exit;