init
This commit is contained in:
7
wcmtools/memcached/api/perl/t/use.t
Executable file
7
wcmtools/memcached/api/perl/t/use.t
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env perl -w
|
||||
use strict;
|
||||
use Test;
|
||||
BEGIN { plan tests => 1 }
|
||||
|
||||
use Cache::Memcached; ok(1);
|
||||
exit;
|
||||
Reference in New Issue
Block a user