init
This commit is contained in:
8
wcmtools/mogilefs/api/perl/t/00use.t
Executable file
8
wcmtools/mogilefs/api/perl/t/00use.t
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use strict;
|
||||
use Test::More tests => 1;
|
||||
|
||||
my $mod = "MogileFS";
|
||||
|
||||
use_ok($mod);
|
||||
Reference in New Issue
Block a user