File: examples-to-string-ipv4

package info (click to toggle)
libnet-ipv6addr-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 598; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Update example script to use uncompressed IPv4 function
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: no, will check with upstream if this is intentional
Last-Update: 2019-02-28
---
--- a/examples/to-string-ipv4.pl
+++ b/examples/to-string-ipv4.pl
@@ -2,4 +2,4 @@
 use warnings;
 use strict;
 use Net::IPv6Addr ':all';
-print to_string_ipv4_compressed ('dead:beef:0:3:2:1:cafe:babe');
+print to_string_ipv4 ('dead:beef:0:3:2:1:cafe:babe');