File: 1_load.t

package info (click to toggle)
libnet-xmpp-perl 1.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 588 kB
  • sloc: perl: 4,286; makefile: 2; xml: 1
file content (5 lines) | stat: -r--r--r-- 76 bytes parent folder | download | duplicates (8)
1
2
3
4
5
use lib "t/lib";
use Test::More tests=>1;

BEGIN{ use_ok( "Net::XMPP" ); }