File: 00-load.t

package info (click to toggle)
libnet-pcap-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 453
  • sloc: perl: 1,977; pascal: 826; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!perl -T
use strict;
use Test::More tests => 1;

use_ok( 'Net::Pcap' );
diag( "Testing Net::Pcap $Net::Pcap::VERSION under Perl $]" );