1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-23 19:10:51 +00:00

10 lines
125 B
Perl
Raw Normal View History

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