]> git.saurik.com Git - redis.git/blobdiff - client-libraries/perl/t/00-load.t
New file dump format, perl client library added
[redis.git] / client-libraries / perl / t / 00-load.t
diff --git a/client-libraries/perl/t/00-load.t b/client-libraries/perl/t/00-load.t
new file mode 100644 (file)
index 0000000..d8a28ca
--- /dev/null
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+       use_ok( 'Redis' );
+}
+
+diag( "Testing Redis $Redis::VERSION, Perl $], $^X" );