summary refs log tree commit diff
path: root/t/00_use.t
blob: 32f2c4cc9b9b76284574f7132eaeaa9889ad91c7 (plain) (blame)
1
2
3
4
5
use strict;
use warnings all => 'FATAL';
use Test::More;
use_ok 'Net::Riak';
done_testing();