mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +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" );
|