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');
