summaryrefslogtreecommitdiffstats
path: root/perl/perl-Net-ARP/README
diff options
context:
space:
mode:
author Cristiano Urban2016-08-27 00:41:51 +0200
committer David Spencer2016-08-28 01:22:59 +0200
commit3ba630a141f9a80afe151a2b111713f6e04ac835 (patch)
treedb1999f3f3c7fde522b8a6e506045d6d95f9a031 /perl/perl-Net-ARP/README
parent3feab70dcc81c815c87d3f013ef8ad05bff518db (diff)
downloadslackbuilds-3ba630a141f9a80afe151a2b111713f6e04ac835.tar.gz
perl/perl-Net-ARP: Added (Perl extension for creating ARP packets).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-ARP/README')
-rw-r--r--perl/perl-Net-ARP/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Net-ARP/README b/perl/perl-Net-ARP/README
new file mode 100644
index 0000000000..f6aff54186
--- /dev/null
+++ b/perl/perl-Net-ARP/README
@@ -0,0 +1,7 @@
+This module can be used to create and send ARP packets and to get
+the mac address of an ethernet interface or ip address.
+
+IMPORTANT: Version 1.0 will break with the API of PRE-1.0 versions,
+because the return value of arp_lookup() and get_mac() will no longer
+be passed as parameter, but returned! I hope this decision is ok
+as long as we get a cleaner and more perlish API.