We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361332e commit 566ddcfCopy full SHA for 566ddcf
Changes
@@ -1,6 +1,6 @@
1
Revision history for Perl extension Net::IDN::Encode
2
3
-2.401 (2018-09-xx)
+2.401 (2018-09-20)
4
- FIXES: #127056: [PATCH 1/2] Fix domain_to_ascii AllowUnassigned param
5
(report and patch by SKJM)
6
- FIXES: #127057: [PATCH 2/2] Fix domain_to_unicode AllowUnassigned
lib/Net/IDN/Encode.pm
@@ -6,7 +6,7 @@ use strict;
use utf8;
7
use warnings;
8
9
-our $VERSION = "2.400_20180909";
+our $VERSION = "2.401";
10
$VERSION = eval $VERSION;
11
12
use Carp;
0 commit comments