diff options
| author | Robin Edwards <robin.ge@gmail.com> | 2011-04-20 14:38:43 +0100 |
|---|---|---|
| committer | Robin Edwards <robin.ge@gmail.com> | 2011-04-20 14:38:43 +0100 |
| commit | 79bea382fd2c0753ca9ace79a11bb74c9a1d722b (patch) | |
| tree | bde42a47792a27e0a863ee527b88c8c24258f7e9 /t/00_use.t | |
| parent | Merge remote branch 'simon/fix_link_encoding' (diff) | |
| download | net-riak-79bea382fd2c0753ca9ace79a11bb74c9a1d722b.tar.gz | |
merged pbc branch to master
Diffstat (limited to '')
| -rw-r--r-- | t/00_use.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00_use.t b/t/00_use.t new file mode 100644 index 0000000..32f2c4c --- /dev/null +++ b/t/00_use.t @@ -0,0 +1,5 @@ +use strict; +use warnings all => 'FATAL'; +use Test::More; +use_ok 'Net::Riak'; +done_testing(); |
