blob: 2ff39a87d253e10122850a0d75d05a0078393ced (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'DJabberd::Plugin::EntityTime' );
}
diag( "Testing DJabberd::Plugin::EntityTime $DJabberd::Plugin::EntityTime::VERSION, Perl $], $^X" );
|