this repo has no description

fixed incorrect use line

Changed files
+1 -1
t
+1 -1
t/CHIDriverTests-MongoDB.t
···
#!perl -w
use strict;
use warnings;
-
use CHI::Driver::MongoDB::t:CHIDriverTests::MongoDB;
+
use CHI::Driver::MongoDB::t::CHIDriverTests::MongoDB;
CHI::Driver::MongoDB::t::CHIDriverTests::MongoDB->runtests;