File: 11-entry-intf.t

package info (click to toggle)
libnet-libdnet-perl 0.98-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 412 kB
  • sloc: perl: 1,007; ansic: 311; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use Test;
BEGIN { plan(tests => 1) }

use Net::Libdnet::Entry::Intf;

my $e = Net::Libdnet::Entry::Intf->new;
defined($e) ? ok(1) : ok(0);