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

8 lines
107 B
Perl
Raw Normal View History

2019-02-05 21:49:12 +00:00
#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }
use Cache::Memcached; ok(1);
exit;