ljr/wcmtools/memcached/api/perl/t/use.t

8 lines
107 B
Perl
Executable File

#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }
use Cache::Memcached; ok(1);
exit;