Net-RawIP

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        . "Sorry, the rdev function is not imlemented on this system\n",
        '',
    ]
);          

$config{bsdos } = $config{freebsd};
$config{darwin} = $config{freebsd};
$config{netbsd} = $config{freebsd};

my $name = $Config{osname} || "others"; 
my $def = $config{$name}->[0] . (defined $ENV{CFLAGS} ? " $ENV{'CFLAGS'}" : "");
my $obj = $config{$name}->[1];
print $config{$name}->[2];
eval $config{$name}->[3];

print "Compiler: $Config{cc}\n";
system "$Config{cc} --version";

locate_pcap();




( run in 0.574 second using v1.01-cache-2.11-cpan-8d75d55dd25 )