File: 1_load.t

package info (click to toggle)
libio-socket-socks-perl 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 124
  • sloc: perl: 1,659; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
use lib "t/lib";
use Test::More tests=>1;

BEGIN{ use_ok( "IO::Socket::Socks" ); }