]> git.saurik.com Git - redis.git/blob - client-libraries/perl/t/00-load.t
Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don...
[redis.git] / client-libraries / perl / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6 use_ok( 'Redis' );
7 }
8
9 diag( "Testing Redis $Redis::VERSION, Perl $], $^X" );