this repo has no description
1#!perl -T 2 3use Test::More tests => 1; 4 5BEGIN { 6 use_ok( 'CHI::Driver::MongoDB' ) || print "Bail out!\n"; 7} 8 9diag( "Testing CHI::Driver::MongoDB $CHI::Driver::MongoDB::VERSION, Perl $], $^X" );