]> git.saurik.com Git - redis.git/blame_incremental - client-libraries/perl/t/00-load.t
New file dump format, perl client library added
[redis.git] / client-libraries / perl / t / 00-load.t
... / ...
CommitLineData
1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'Redis' );
7}
8
9diag( "Testing Redis $Redis::VERSION, Perl $], $^X" );