]> Dogcows Code - chaz/p5-AnyEvent-XMPP-Ext-HTML/blob - t/00-basic.t
initial commit
[chaz/p5-AnyEvent-XMPP-Ext-HTML] / t / 00-basic.t
1 #!perl
2
3 use warnings FATAL => 'all';
4 use strict;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9 use_ok 'AnyEvent::XMPP::Ext::HTML';
10 }
11
This page took 0.03299 seconds and 4 git commands to generate.