1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-22 02:20:49 +00:00

10 lines
125 B
Perl

#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Redis' );
}
diag( "Testing Redis $Redis::VERSION, Perl $], $^X" );