view 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
line wrap: on
line source

#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }

use Cache::Memcached; ok(1);
exit;