File: nfd-debug-devices.pl

package info (click to toggle)
libnet-frame-device-perl 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 164 kB
  • ctags: 30
  • sloc: perl: 539; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
#
# $Id: nfd-debug-devices.pl 354 2012-11-16 15:28:51Z gomor $
#
use strict;
use warnings;

use Net::Frame::Device;

Net::Frame::Device::debugDeviceList;
print "\n";