view t/01_use.t @ 2:f5cfb726ea65 default tip

Append/prepend commands. NOTE: gzipping content may produce unpredictable results.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 30 Sep 2007 18:01:41 +0400
parents 17fc6afc155e
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;