mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
10 lines
125 B
Perl
10 lines
125 B
Perl
#!perl -T
|
|
|
|
use Test::More tests => 1;
|
|
|
|
BEGIN {
|
|
use_ok( 'Redis' );
|
|
}
|
|
|
|
diag( "Testing Redis $Redis::VERSION, Perl $], $^X" );
|