Skip to content

Commit

Permalink
Add a test to ensure module can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Jun 18, 2015
1 parent 5e05126 commit 8d5646f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/00-basic.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use v6;
use Test;

plan 1;

use-ok 'Net::XMPP';

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit 8d5646f

Please sign in to comment.