mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05: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" );
|