File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -847,15 +847,6 @@ Monkey patch functions into package.
847
847
two => sub { say 'Two!' },
848
848
three => sub { say 'Three!' };
849
849
850
- =head2 punycode_decode
851
-
852
- my $str = punycode_decode $punycode;
853
-
854
- Punycode decode string as described in L<RFC 3492|https://tools.ietf.org/html/rfc3492> .
855
-
856
- # "bücher"
857
- punycode_decode 'bcher-kva';
858
-
859
850
=head2 network_contains
860
851
861
852
my $bool = network_contains $network, $address;
@@ -872,6 +863,15 @@ addresses must be equivalent.
872
863
network_contains('10.0.0.0/29', '10.10.10.10');
873
864
network_contains('10.10.10.12', '10.10.10.10');
874
865
network_contains('fc00::/7', '::1');
866
+
867
+ =head2 punycode_decode
868
+
869
+ my $str = punycode_decode $punycode;
870
+
871
+ Punycode decode string as described in L<RFC 3492|https://tools.ietf.org/html/rfc3492> .
872
+
873
+ # "bücher"
874
+ punycode_decode 'bcher-kva';
875
875
876
876
=head2 punycode_encode
877
877
You can’t perform that action at this time.
0 commit comments